DvdLib: remove dependency on MediaBrowser.Model

This commit is contained in:
Bond_009
2020-04-11 12:29:04 +02:00
parent 299541f1b2
commit d8a7462205
7 changed files with 34 additions and 53 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 />