Add Exclude Seasonal Content option to configuration and update related logic

This commit is contained in:
CodeDevMLH
2026-03-08 19:32:15 +01:00
parent 25ee5b73b4
commit 07658f4fbc
3 changed files with 47 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ namespace Jellyfin.Plugin.MediaBarEnhanced.Configuration
public bool EnableCustomMediaIds { get; set; } = true;
public string PreferredVideoQuality { get; set; } = "Auto";
public bool EnableSeasonalContent { get; set; } = false;
public bool ExcludeSeasonalContent { get; set; } = true;
public string SeasonalSections { get; set; } = "[]";
public bool IsEnabled { get; set; } = true;
public bool EnableClientSideSettings { get; set; } = false;