Revet lint fix

This commit is contained in:
theguymadmax
2026-03-30 04:21:26 -04:00
committed by GitHub
parent c0ba29d917
commit e12d933531

View File

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