Fix warning due to new line after opening bracket

This commit is contained in:
Jonas Resch 2021-11-30 19:52:44 +01:00
parent b5b994b22f
commit c61b9ef05a

View File

@ -43,7 +43,6 @@ namespace MediaBrowser.Providers.MediaInfo
bool clearCache,
[EnumeratorCancellation] CancellationToken cancellationToken)
{
cancellationToken.ThrowIfCancellationRequested();
if (!video.IsFileProtocol)