Merge pull request #2830 from Bond-009/dvdlib

DvdLib: remove dependency on MediaBrowser.Model
This commit is contained in:
Vasily
2020-04-16 00:53:25 +03:00
committed by GitHub
7 changed files with 37 additions and 56 deletions

View File

@@ -2364,7 +2364,7 @@ namespace Emby.Server.Implementations.Library
string videoPath,
string[] files)
{
new SubtitleResolver(BaseItem.LocalizationManager, _fileSystem).AddExternalSubtitleStreams(streams, videoPath, streams.Count, files);
new SubtitleResolver(BaseItem.LocalizationManager).AddExternalSubtitleStreams(streams, videoPath, streams.Count, files);
}
/// <inheritdoc />