mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 10:04:44 +01:00
sync updates
This commit is contained in:
@@ -54,6 +54,9 @@ namespace MediaBrowser.Model.Users
|
||||
|
||||
public string[] EnabledChannels { get; set; }
|
||||
public bool EnableAllChannels { get; set; }
|
||||
|
||||
public string[] EnabledFolders { get; set; }
|
||||
public bool EnableAllFolders { get; set; }
|
||||
|
||||
public UserPolicy()
|
||||
{
|
||||
@@ -62,9 +65,6 @@ namespace MediaBrowser.Model.Users
|
||||
EnableLiveTvAccess = true;
|
||||
EnableSharedDeviceControl = true;
|
||||
|
||||
EnabledChannels = new string[] { };
|
||||
|
||||
BlockedMediaFolders = new string[] { };
|
||||
BlockedTags = new string[] { };
|
||||
BlockUnratedItems = new UnratedItem[] { };
|
||||
|
||||
@@ -72,6 +72,12 @@ namespace MediaBrowser.Model.Users
|
||||
|
||||
AccessSchedules = new AccessSchedule[] { };
|
||||
|
||||
EnableAllChannels = true;
|
||||
EnabledChannels = new string[] { };
|
||||
|
||||
EnableAllFolders = true;
|
||||
EnabledFolders = new string[] { };
|
||||
|
||||
EnabledDevices = new string[] { };
|
||||
EnableAllDevices = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user