mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Add "Async" suffix to AddExternalAudio method
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
parent
e18d966874
commit
65833076db
@ -217,7 +217,7 @@ namespace MediaBrowser.Providers.MediaInfo
|
||||
|
||||
await AddExternalSubtitles(video, mediaStreams, options, cancellationToken).ConfigureAwait(false);
|
||||
|
||||
await AddExternalAudio(video, mediaStreams, options, cancellationToken).ConfigureAwait(false);
|
||||
await AddExternalAudioAsync(video, mediaStreams, options, cancellationToken).ConfigureAwait(false);
|
||||
|
||||
var libraryOptions = _libraryManager.GetLibraryOptions(video);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user