From 741e7ae13b86b740e47dfe97604d15783c17785e Mon Sep 17 00:00:00 2001 From: emeric Date: Sun, 14 Sep 2025 13:21:12 +0200 Subject: [PATCH] Do not update podcasts that are being marked for removal --- src/libs/services/podcast/impl/PodcastService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/services/podcast/impl/PodcastService.cpp b/src/libs/services/podcast/impl/PodcastService.cpp index f5e0400e..bb36b245 100644 --- a/src/libs/services/podcast/impl/PodcastService.cpp +++ b/src/libs/services/podcast/impl/PodcastService.cpp @@ -274,8 +274,8 @@ namespace lms::podcast // order is important, each step is done only when the previous one is done _refreshSteps.emplace_back(std::make_unique(_refreshContext, onDoneCallback)); _refreshSteps.emplace_back(std::make_unique(_refreshContext, onDoneCallback)); - _refreshSteps.emplace_back(std::make_unique(_refreshContext, onDoneCallback)); _refreshSteps.emplace_back(std::make_unique(_refreshContext, onDoneCallback)); + _refreshSteps.emplace_back(std::make_unique(_refreshContext, onDoneCallback)); _refreshSteps.emplace_back(std::make_unique(_refreshContext, onDoneCallback)); _refreshSteps.emplace_back(std::make_unique(_refreshContext, onDoneCallback)); _refreshSteps.emplace_back(std::make_unique(_refreshContext, onDoneCallback));