mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
support custom ordering of user views
This commit is contained in:
@@ -77,6 +77,8 @@ namespace MediaBrowser.Model.Configuration
|
||||
|
||||
public bool EnableLocalPassword { get; set; }
|
||||
|
||||
public string[] OrderedViews { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="UserConfiguration" /> class.
|
||||
/// </summary>
|
||||
@@ -90,6 +92,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
EnableMediaPlayback = true;
|
||||
EnableLiveTvAccess = true;
|
||||
|
||||
OrderedViews = new string[] { };
|
||||
BlockedMediaFolders = new string[] { };
|
||||
DisplayChannelsWithinViews = new string[] { };
|
||||
BlockedChannels = new string[] { };
|
||||
|
||||
Reference in New Issue
Block a user