mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	fix indicators
This commit is contained in:
		
							parent
							
								
									db1bf5b1b5
								
							
						
					
					
						commit
						036be90278
					
				@ -3,8 +3,8 @@ namespace MediaBrowser.Controller.Entities
 | 
			
		||||
{
 | 
			
		||||
    public enum SourceType
 | 
			
		||||
    {
 | 
			
		||||
        Library = 1,
 | 
			
		||||
        Channel = 2,
 | 
			
		||||
        LiveTV = 3
 | 
			
		||||
        Library = 0,
 | 
			
		||||
        Channel = 1,
 | 
			
		||||
        LiveTV = 2
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user