Turn off block unrated by default

pull/702/head
Eric Reed 12 years ago
parent 86735e2205
commit 096dd4d508

@ -54,7 +54,7 @@ namespace MediaBrowser.Model.Configuration
public UserConfiguration() public UserConfiguration()
{ {
IsAdministrator = true; IsAdministrator = true;
BlockNotRated = true; BlockNotRated = false;
} }
} }
} }

Loading…
Cancel
Save