瀏覽代碼

Add "Async" suffix to AddExternalAudio method

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Jonas Resch 3 年之前
父節點
當前提交
e18d966874
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,