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