Add configuration options for custom ID limits

This commit is contained in:
CodeDevMLH
2026-02-13 00:50:34 +01:00
parent 9906784845
commit b613b028d0
3 changed files with 15 additions and 13 deletions

View File

@@ -36,6 +36,7 @@ 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 ApplyLimitsToCustomIds { get; set; } = false;
public string SortBy { get; set; } = "Random";
public string SortOrder { get; set; } = "Ascending";
}