diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-04-19 10:23:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-19 10:23:05 +0100 |
| commit | 107412f2f2ae5b4b282ff533636661071b2d215d (patch) | |
| tree | 86e613e9cfef8fefe69df75ddd82286d0fefc085 | |
| parent | 6b2b4849877f326792e41e234c6ff49cda566428 (diff) | |
Update FFProbeVideoInfo.cs
| -rw-r--r-- | MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs b/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs index d048d44b6..b07711197 100644 --- a/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs +++ b/MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs @@ -111,11 +111,6 @@ namespace MediaBrowser.Providers.MediaInfo } } - // if (streamFileNames == null) - // { - // streamFileNames = Array.Empty<string>(); - // } - mediaInfoResult = await GetMediaInfo(item, cancellationToken).ConfigureAwait(false); cancellationToken.ThrowIfCancellationRequested(); |
