From 54ee3211c57a6b01dc470ba4da2d9656d4a9e5a6 Mon Sep 17 00:00:00 2001 From: emeric Date: Sat, 16 May 2026 22:33:59 +0200 Subject: [PATCH] Removed unused variable --- src/libs/services/podcast/impl/steps/RefreshPodcastsStep.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libs/services/podcast/impl/steps/RefreshPodcastsStep.cpp b/src/libs/services/podcast/impl/steps/RefreshPodcastsStep.cpp index aa87b131..6d43d957 100644 --- a/src/libs/services/podcast/impl/steps/RefreshPodcastsStep.cpp +++ b/src/libs/services/podcast/impl/steps/RefreshPodcastsStep.cpp @@ -38,7 +38,6 @@ namespace lms::podcast { void removeArtwork(const db::Artwork::pointer& artwork) { - const auto underlyingImageId{ artwork->getUnderlyingId() }; db::Image::pointer image{ artwork->getImage() }; assert(image); // these artworks can only be an image