mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-17 19:54:47 +01:00
fixes #552 - Add parental control usage limits
This commit is contained in:
@@ -234,6 +234,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
users.Add(user);
|
||||
|
||||
user.Configuration.IsAdministrator = true;
|
||||
user.Configuration.EnableRemoteControlOfOtherUsers = true;
|
||||
UpdateConfiguration(user, user.Configuration);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user