add library display settings

This commit is contained in:
Luke Pulverenti
2016-06-04 01:51:33 -04:00
parent b320d57409
commit 020b1d9a64
7 changed files with 55 additions and 2 deletions

View File

@@ -198,6 +198,7 @@ namespace MediaBrowser.Model.Configuration
public bool EnableAnonymousUsageReporting { get; set; }
public bool EnableStandaloneMusicKeys { get; set; }
public bool EnableLocalizedGuids { get; set; }
public bool EnableFolderView { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="ServerConfiguration" /> class.