mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	update LiveTvOptions
This commit is contained in:
		
							parent
							
								
									9fc028b3d7
								
							
						
					
					
						commit
						d10a5042f6
					
				@ -73,15 +73,17 @@ namespace MediaBrowser.Model.LiveTv
 | 
			
		||||
 | 
			
		||||
        public string[] EnabledTuners { get; set; }
 | 
			
		||||
        public bool EnableAllTuners { get; set; }
 | 
			
		||||
        public string[] NewsGenres { get; set; }
 | 
			
		||||
        public string[] SportsGenres { get; set; }
 | 
			
		||||
        public string[] KidsGenres { get; set; }
 | 
			
		||||
        public string[] NewsCategories { get; set; }
 | 
			
		||||
        public string[] SportsCategories { get; set; }
 | 
			
		||||
        public string[] KidsCategories { get; set; }
 | 
			
		||||
        public string[] MovieCategories { get; set; }
 | 
			
		||||
 | 
			
		||||
        public ListingsProviderInfo()
 | 
			
		||||
        {
 | 
			
		||||
            NewsGenres = new string[] { "news" };
 | 
			
		||||
            SportsGenres = new string[] { "sports", "basketball", "baseball", "football" };
 | 
			
		||||
            KidsGenres = new string[] { "kids", "family", "children" };
 | 
			
		||||
            NewsCategories = new string[] { "news" };
 | 
			
		||||
            SportsCategories = new string[] { "sports", "basketball", "baseball", "football" };
 | 
			
		||||
            KidsCategories = new string[] { "kids", "family", "children" };
 | 
			
		||||
            MovieCategories = new string[] { "movie" };
 | 
			
		||||
            EnabledTuners = new string[] { };
 | 
			
		||||
            EnableAllTuners = true;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user