restore channel view setting

This commit is contained in:
Luke Pulverenti
2016-01-27 14:28:12 -05:00
parent bd082e9157
commit 6003ba4c58
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.