update collection grouping setting

This commit is contained in:
Luke Pulverenti
2016-06-05 15:44:55 -04:00
parent aa5262de21
commit 2e040f9c0c
7 changed files with 67 additions and 17 deletions

View File

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