fix lint issue

This commit is contained in:
theguymadmax
2026-03-30 04:14:23 -04:00
committed by GitHub
parent e038045494
commit c0ba29d917

View File

@@ -46,7 +46,6 @@ namespace MediaBrowser.Providers.Subtitles
IEnumerable<ISubtitleProvider> subtitleProviders,
NamingOptions namingOptions)
{
_logger = logger;
_fileSystem = fileSystem;
_monitor = monitor;
_mediaSourceManager = mediaSourceManager;