Add client-side settings feature and support for SVG file type

This commit is contained in:
CodeDevMLH
2026-02-04 13:45:11 +01:00
parent c391649884
commit 9259a0f487
5 changed files with 188 additions and 4 deletions

View File

@@ -34,5 +34,6 @@ namespace Jellyfin.Plugin.MediaBarEnhanced.Configuration
public string PreferredVideoQuality { get; set; } = "Auto";
public bool EnableSeasonalContent { get; set; } = false;
public bool IsEnabled { get; set; } = true;
public bool EnableClientSideSettings { get; set; } = false;
}
}