Browse Source

Update FFProbeVideoInfo.cs

BaronGreenback 4 years ago
parent
commit
107412f2f2
1 changed files with 0 additions and 5 deletions
  1. 0 5
      MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs

+ 0 - 5
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);
                 mediaInfoResult = await GetMediaInfo(item, cancellationToken).ConfigureAwait(false);
 
 
                 cancellationToken.ThrowIfCancellationRequested();
                 cancellationToken.ThrowIfCancellationRequested();