Backport pull request #11673 from jellyfin/release-10.9.z

Fix local playlist scanning

Original-merge: 26714e2c62

Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
Shadowghost
2024-05-17 13:51:50 -04:00
committed by Joshua M. Boniface
parent a7b2b92f2b
commit 8b938e2696
5 changed files with 17 additions and 9 deletions

View File

@@ -169,8 +169,7 @@ namespace MediaBrowser.Controller.Entities.Audio
var childUpdateType = ItemUpdateType.None;
// Refresh songs only and not m3u files in album folder
foreach (var item in items.OfType<Audio>())
foreach (var item in items)
{
cancellationToken.ThrowIfCancellationRequested();