Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/65833076dbc574cc830fdd370a3a6127cfdc3bcf You should set ROOT_URL correctly, otherwise the web may not work correctly.

Add "Async" suffix to AddExternalAudio method

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
pull/6898/head
Jonas Resch 3 years ago committed by GitHub
parent e18d966874
commit 65833076db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save