Add ShowPaginationDots configuration option and update related UI elements

This commit is contained in:
CodeDevMLH
2026-03-08 16:57:16 +01:00
parent 2993bfe3f2
commit 3a367cb2be
3 changed files with 116 additions and 66 deletions

View File

@@ -18,6 +18,7 @@ namespace Jellyfin.Plugin.MediaBarEnhanced.Configuration
public int PreloadCount { get; set; } = 3;
public int FadeTransitionDuration { get; set; } = 500;
public int MaxPaginationDots { get; set; } = 15;
public bool ShowPaginationDots { get; set; } = true;
public bool SlideAnimationEnabled { get; set; } = true;
public bool EnableVideoBackdrop { get; set; } = true;
public bool UseSponsorBlock { get; set; } = true;