mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			147 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			147 B
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace MediaBrowser.Model.Channels
 | 
						|
{
 | 
						|
    public enum ChannelMediaType
 | 
						|
    {
 | 
						|
        Audio = 0,
 | 
						|
 | 
						|
        Video = 1,
 | 
						|
 | 
						|
        Photo = 2
 | 
						|
    }
 | 
						|
} |