fixes #860 - Add options to display channels directly within user views

This commit is contained in:
Luke Pulverenti
2014-06-30 15:24:35 -04:00
parent 8ae316a2f3
commit c273f5fd9c
5 changed files with 19 additions and 6 deletions

View File

@@ -65,6 +65,8 @@ namespace MediaBrowser.Model.Configuration
public string[] BlockedMediaFolders { get; set; }
public string[] BlockedChannels { get; set; }
public string[] DisplayChannelsWithinViews { get; set; }
public string[] ExcludeFoldersFromGrouping { get; set; }
public UnratedItem[] BlockUnratedItems { get; set; }
@@ -85,6 +87,7 @@ namespace MediaBrowser.Model.Configuration
EnableLiveTvAccess = true;
BlockedMediaFolders = new string[] { };
DisplayChannelsWithinViews = new string[] { };
BlockedChannels = new string[] { };
BlockUnratedItems = new UnratedItem[] { };