Add option to include watched content in random selection

This commit is contained in:
CodeDevMLH
2026-02-15 00:51:00 +01:00
parent b8d0dd9f1a
commit ef378c5e87
3 changed files with 17 additions and 3 deletions

View File

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