restore channel view setting

This commit is contained in:
Luke Pulverenti
2016-01-27 14:28:12 -05:00
parent 2bd0464322
commit f0adb2e891
2 changed files with 9 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ namespace MediaBrowser.Model.Configuration
public string[] PlainFolderViews { get; set; }
public bool HidePlayedInLatest { get; set; }
public bool DisplayChannelsInline { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="UserConfiguration" /> class.