This commit is contained in:
Shadowghost
2026-05-14 07:42:50 +02:00
parent e811cd7caf
commit 1751c5b45d

View File

@@ -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))
{