mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-02 13:15:25 -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()
|
public UserConfiguration()
|
||||||
{
|
{
|
||||||
IsAdministrator = true;
|
IsAdministrator = true;
|
||||||
BlockNotRated = true;
|
BlockNotRated = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user