Update FFProbeVideoInfo.cs

This commit is contained in:
BaronGreenback 2021-04-19 10:23:05 +01:00 committed by GitHub
parent 6b2b484987
commit 107412f2f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,11 +111,6 @@ namespace MediaBrowser.Providers.MediaInfo
}
}
// if (streamFileNames == null)
// {
// streamFileNames = Array.Empty<string>();
// }
mediaInfoResult = await GetMediaInfo(item, cancellationToken).ConfigureAwait(false);
cancellationToken.ThrowIfCancellationRequested();