mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
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…
x
Reference in New Issue
Block a user