mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			261 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			261 B
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace MediaBrowser.Model.Configuration
 | 
						|
{
 | 
						|
    public enum UnratedItem
 | 
						|
    {
 | 
						|
        Movie,
 | 
						|
        Trailer,
 | 
						|
        Series,
 | 
						|
        Music,
 | 
						|
        Game,
 | 
						|
        Book,
 | 
						|
        LiveTvChannel,
 | 
						|
        LiveTvProgram,
 | 
						|
        ChannelContent,
 | 
						|
        Other
 | 
						|
    }
 | 
						|
} |