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

View File

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