mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 02:34:19 -04:00
Fix warning due to new line after opening bracket
This commit is contained in:
parent
b5b994b22f
commit
c61b9ef05a
@ -43,7 +43,6 @@ namespace MediaBrowser.Providers.MediaInfo
|
|||||||
bool clearCache,
|
bool clearCache,
|
||||||
[EnumeratorCancellation] CancellationToken cancellationToken)
|
[EnumeratorCancellation] CancellationToken cancellationToken)
|
||||||
{
|
{
|
||||||
|
|
||||||
cancellationToken.ThrowIfCancellationRequested();
|
cancellationToken.ThrowIfCancellationRequested();
|
||||||
|
|
||||||
if (!video.IsFileProtocol)
|
if (!video.IsFileProtocol)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user