Browse Source

Add "Async" suffix to AddExternalAudio method

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Jonas Resch 3 years ago
parent
commit
e18d966874
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs

+ 1 - 1
MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs

@@ -586,7 +586,7 @@ namespace MediaBrowser.Providers.MediaInfo
         /// <param name="currentStreams">The current streams.</param>
         /// <param name="options">The refreshOptions.</param>
         /// <param name="cancellationToken">The cancellation token.</param>
-        private async Task AddExternalAudio(
+        private async Task AddExternalAudioAsync(
             Video video,
             List<MediaStream> currentStreams,
             MetadataRefreshOptions options,