Add Hide Arrows on Mobile option to configuration and update related logic

This commit is contained in:
CodeDevMLH
2026-03-08 20:09:47 +01:00
parent 22a7eb8dcb
commit 41e6c1032d
3 changed files with 50 additions and 28 deletions

View File

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