update image

This commit is contained in:
Luke Pulverenti
2015-02-09 13:29:06 -05:00
parent f03f2346f3
commit 4d6c37f116
3 changed files with 1 additions and 13 deletions

View File

@@ -29,7 +29,6 @@ namespace MediaBrowser.Model.Users
public int? MaxParentalRating { get; set; }
public string[] BlockedTags { get; set; }
public string[] AllowedTags { get; set; }
public bool EnableUserPreferenceAccess { get; set; }
public AccessSchedule[] AccessSchedules { get; set; }
public UnratedItem[] BlockUnratedItems { get; set; }
@@ -68,7 +67,6 @@ namespace MediaBrowser.Model.Users
EnableSharedDeviceControl = true;
BlockedTags = new string[] { };
AllowedTags = new string[] { };
BlockUnratedItems = new UnratedItem[] { };
EnableUserPreferenceAccess = true;