mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
Fix warning due to new line after opening bracket
This commit is contained in:
@@ -43,7 +43,6 @@ namespace MediaBrowser.Providers.MediaInfo
|
||||
bool clearCache,
|
||||
[EnumeratorCancellation] CancellationToken cancellationToken)
|
||||
{
|
||||
|
||||
cancellationToken.ThrowIfCancellationRequested();
|
||||
|
||||
if (!video.IsFileProtocol)
|
||||
|
||||
Reference in New Issue
Block a user