Turn off block unrated by default
This commit is contained in:
parent
86735e2205
commit
096dd4d508
|
@ -54,7 +54,7 @@ namespace MediaBrowser.Model.Configuration
|
|||
public UserConfiguration()
|
||||
{
|
||||
IsAdministrator = true;
|
||||
BlockNotRated = true;
|
||||
BlockNotRated = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user