Remove upstream trailer layout feature from configuration and UI

This commit is contained in:
CodeDevMLH
2026-02-09 16:40:01 +01:00
parent e6b769f099
commit 0c3e74829a
4 changed files with 8 additions and 137 deletions

View File

@@ -36,7 +36,6 @@ namespace Jellyfin.Plugin.MediaBarEnhanced.Configuration
public bool EnableSeasonalContent { get; set; } = false;
public bool IsEnabled { get; set; } = true;
public bool EnableClientSideSettings { get; set; } = false;
public bool EnableUpstreamTrailerLayout { get; set; } = false;
public string SortBy { get; set; } = "Random";
public string SortOrder { get; set; } = "Ascending";
}