fix user policy serialization

This commit is contained in:
Luke Pulverenti
2014-12-22 02:00:40 -05:00
parent 498b58aad0
commit fef1d16cec
2 changed files with 6 additions and 6 deletions

View File

@@ -89,7 +89,7 @@ namespace MediaBrowser.Model.Configuration
public string[] LatestItemsExcludes { get; set; }
public string[] BlockedTags { get; set; }
public bool ValuesMigratedToPolicy { get; set; }
public bool HasMigratedToPolicy { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="UserConfiguration" /> class.