Turn off block unrated by default

This commit is contained in:
Eric Reed 2013-05-31 09:13:00 -04:00
parent 86735e2205
commit 096dd4d508

View file

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