mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 07:45:26 +03:00
added user view setting
This commit is contained in:
@@ -46,6 +46,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
public bool EnableCinemaMode { get; set; }
|
||||
|
||||
public string[] LatestItemsExcludes { get; set; }
|
||||
public string[] PlainFolderViews { get; set; }
|
||||
|
||||
public bool HidePlayedInLatest { get; set; }
|
||||
|
||||
@@ -62,6 +63,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
DisplayChannelsWithinViews = new string[] { };
|
||||
|
||||
ExcludeFoldersFromGrouping = new string[] { };
|
||||
PlainFolderViews = new string[] { };
|
||||
DisplayCollectionsView = true;
|
||||
|
||||
IncludeTrailersInSuggestions = true;
|
||||
|
||||
Reference in New Issue
Block a user