Add option to prefer local trailers over remote ones; update configuration and UI

This commit is contained in:
CodeDevMLH
2026-02-09 03:31:05 +01:00
parent de19466341
commit 1588b1a6b2
3 changed files with 82 additions and 6 deletions

View File

@@ -21,6 +21,7 @@ namespace Jellyfin.Plugin.MediaBarEnhanced.Configuration
public bool SlideAnimationEnabled { get; set; } = true;
public bool EnableVideoBackdrop { get; set; } = true;
public bool UseSponsorBlock { get; set; } = true;
public bool PreferLocalTrailers { get; set; } = false;
public bool WaitForTrailerToEnd { get; set; } = true;
public bool StartMuted { get; set; } = true;
public bool FullWidthVideo { get; set; } = true;