mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-18 14:46:46 +01:00
Fixup
This commit is contained in:
@@ -81,10 +81,7 @@ public class MediaSegmentManager : IMediaSegmentManager
|
||||
|
||||
foreach (var provider in providers)
|
||||
{
|
||||
if (cancellationToken.IsCancellationRequested)
|
||||
{
|
||||
break;
|
||||
}
|
||||
cancellationToken.ThrowIfCancellationRequested();
|
||||
|
||||
if (!await provider.Supports(baseItem).ConfigureAwait(false))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user