mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	fix .net core system events
This commit is contained in:
		
							parent
							
								
									26978a1f9f
								
							
						
					
					
						commit
						827665390d
					
				@ -7,5 +7,7 @@ namespace Emby.Server
 | 
				
			|||||||
    {
 | 
					    {
 | 
				
			||||||
        public event EventHandler Resume;
 | 
					        public event EventHandler Resume;
 | 
				
			||||||
        public event EventHandler Suspend;
 | 
					        public event EventHandler Suspend;
 | 
				
			||||||
 | 
					        public event EventHandler SessionLogoff;
 | 
				
			||||||
 | 
					        public event EventHandler SystemShutdown;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user