update xmltv

This commit is contained in:
Luke Pulverenti
2016-06-05 17:08:55 -04:00
parent fa76620eb7
commit 7388320d96
2 changed files with 2 additions and 8 deletions

View File

@@ -80,9 +80,9 @@ namespace MediaBrowser.Model.LiveTv
public ListingsProviderInfo()
{
NewsCategories = new string[] { "news" };
NewsCategories = new string[] { "news", "journalism", "documentary", "current affairs" };
SportsCategories = new string[] { "sports", "basketball", "baseball", "football" };
KidsCategories = new string[] { "kids", "family", "children" };
KidsCategories = new string[] { "kids", "family", "children", "childrens", "disney" };
MovieCategories = new string[] { "movie" };
EnabledTuners = new string[] { };
EnableAllTuners = true;