mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-24 21:44:30 +02:00
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
This commit is contained in:
commit
caf50d0b93
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ namespace MediaBrowser.Model.Configuration
|
|||
public UserConfiguration()
|
||||
{
|
||||
IsAdministrator = true;
|
||||
BlockNotRated = true;
|
||||
BlockNotRated = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue