3.0.5340.20849

This commit is contained in:
Luke Pulverenti
2014-08-15 12:35:41 -04:00
parent 9c5cceb4ec
commit e3c8694471
75 changed files with 1772 additions and 359 deletions

View File

@@ -75,6 +75,8 @@ namespace MediaBrowser.Model.Configuration
public bool DisplayCollectionsView { get; set; }
public bool DisplayFoldersView { get; set; }
public bool EnableLocalPassword { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="UserConfiguration" /> class.
/// </summary>
@@ -95,6 +97,7 @@ namespace MediaBrowser.Model.Configuration
ExcludeFoldersFromGrouping = new string[] { };
DisplayCollectionsView = true;
DisplayFoldersView = true;
}
}
}