mirror of
				https://github.com/Kareadita/Kavita.git
				synced 2025-10-31 18:47:05 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			713 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			713 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace API.SignalR
 | |
| {
 | |
|     public static class SignalREvents
 | |
|     {
 | |
|         public const string UpdateVersion = "UpdateVersion";
 | |
|         public const string ScanSeries = "ScanSeries";
 | |
|         public const string RefreshMetadata = "RefreshMetadata";
 | |
|         public const string ScanLibrary = "ScanLibrary";
 | |
|         public const string SeriesAdded = "SeriesAdded";
 | |
|         public const string SeriesRemoved = "SeriesRemoved";
 | |
|         public const string ScanLibraryProgress = "ScanLibraryProgress";
 | |
|         public const string OnlineUsers = "OnlineUsers";
 | |
|         public const string SeriesAddedToCollection = "SeriesAddedToCollection";
 | |
|         public const string ScanLibraryError = "ScanLibraryError";
 | |
|     }
 | |
| }
 |