mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-18 00:06:27 +01:00
3.0.5416.0
This commit is contained in:
@@ -83,6 +83,8 @@ namespace MediaBrowser.Model.Configuration
|
||||
public AccessSchedule[] AccessSchedules { get; set; }
|
||||
|
||||
public bool EnableUserPreferenceAccess { get; set; }
|
||||
|
||||
public string[] LatestItemsExcludes { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="UserConfiguration" /> class.
|
||||
@@ -94,6 +96,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
EnableMediaPlayback = true;
|
||||
EnableLiveTvAccess = true;
|
||||
|
||||
LatestItemsExcludes = new string[] { };
|
||||
OrderedViews = new string[] { };
|
||||
BlockedMediaFolders = new string[] { };
|
||||
DisplayChannelsWithinViews = new string[] { };
|
||||
|
||||
Reference in New Issue
Block a user