Refactor overlay image handling and improve safety checks for plugin configuration
All checks were successful
Auto Release Plugin / build-and-release (push) Successful in 43s

This commit is contained in:
CodeDevMLH
2026-03-09 04:02:17 +01:00
parent 518fd5640e
commit bb6310381a
3 changed files with 12 additions and 13 deletions

View File

@@ -17,7 +17,6 @@ namespace Jellyfin.Plugin.MediaBarEnhanced
{
private readonly ScriptInjector _scriptInjector;
private readonly ILoggerFactory _loggerFactory;
public IServiceProvider ServiceProvider { get; }
/// <summary>
/// Initializes a new instance of the <see cref="MediaBarEnhancedPlugin"/> class.