add images table

This commit is contained in:
Luke Pulverenti
2016-06-03 12:24:04 -04:00
parent 05acd63f8f
commit 53afb1e1e5
7 changed files with 150 additions and 67 deletions

View File

@@ -48,7 +48,8 @@ namespace MediaBrowser.Model.Configuration
public bool RememberAudioSelections { get; set; }
public bool RememberSubtitleSelections { get; set; }
public bool EnableNextEpisodeAutoPlay { get; set; }
public bool DisplayFoldersView { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="UserConfiguration" /> class.
/// </summary>