Add Preferred Video Quality setting and update playback quality logic

This commit is contained in:
CodeDevMLH
2026-01-08 23:14:59 +01:00
parent 9b0e3762ac
commit 37e99d7fed
3 changed files with 34 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ namespace Jellyfin.Plugin.MediaBarEnhanced.Configuration
public bool AlwaysShowArrows { get; set; } = false;
public string CustomMediaIds { get; set; } = "";
public bool EnableCustomMediaIds { get; set; } = true;
public string PreferredVideoQuality { get; set; } = "Auto";
public bool EnableSeasonalContent { get; set; } = false;
public bool IsEnabled { get; set; } = true;
}