From 1751c5b45d7022f662b04b565c4f70a7ce2329d1 Mon Sep 17 00:00:00 2001 From: Shadowghost Date: Thu, 14 May 2026 07:42:50 +0200 Subject: [PATCH] Fixup --- .../MediaSegments/MediaSegmentManager.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Jellyfin.Server.Implementations/MediaSegments/MediaSegmentManager.cs b/Jellyfin.Server.Implementations/MediaSegments/MediaSegmentManager.cs index 61c028b685..be98f93dab 100644 --- a/Jellyfin.Server.Implementations/MediaSegments/MediaSegmentManager.cs +++ b/Jellyfin.Server.Implementations/MediaSegments/MediaSegmentManager.cs @@ -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)) {