move channel view setting to global

This commit is contained in:
Luke Pulverenti
2016-08-31 16:46:09 -04:00
parent b80882fadc
commit 3862207a73
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,6 @@ namespace MediaBrowser.Model.Configuration
public string[] PlainFolderViews { get; set; }
public bool HidePlayedInLatest { get; set; }
public bool EnableChannelView { get; set; }
public bool RememberAudioSelections { get; set; }
public bool RememberSubtitleSelections { get; set; }