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));