This commit is contained in:
Luke Pulverenti 2013-05-31 11:03:46 -04:00
commit caf50d0b93

View File

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