mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
Add default for MaxParentalRating to UserPolicy
This commit is contained in:
@@ -46,6 +46,7 @@ namespace MediaBrowser.Model.Users
|
|||||||
LoginAttemptsBeforeLockout = -1;
|
LoginAttemptsBeforeLockout = -1;
|
||||||
|
|
||||||
MaxActiveSessions = 0;
|
MaxActiveSessions = 0;
|
||||||
|
MaxParentalRating = null;
|
||||||
|
|
||||||
EnableAllChannels = true;
|
EnableAllChannels = true;
|
||||||
EnabledChannels = Array.Empty<Guid>();
|
EnabledChannels = Array.Empty<Guid>();
|
||||||
|
|||||||
Reference in New Issue
Block a user