aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Resch <32968142+jonas-resch@users.noreply.github.com>2021-12-08 16:49:20 +0100
committerGitHub <noreply@github.com>2021-12-08 16:49:20 +0100
commite18d966874cbdcab16ee99571d88147a9ac198fb (patch)
tree3dcdce8e5a9bab6aab4fa1521c61b8e207eb51cf
parent4cdb590291086ee623ab8ed945f9707ade94777a (diff)
Add "Async" suffix to AddExternalAudio method
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
-rw-r--r--MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs b/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs
index 542e56256..07d87e607 100644
--- a/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs
+++ b/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,