Removed unused variable

This commit is contained in:
emeric
2026-05-16 22:33:59 +02:00
parent 24a74489aa
commit 54ee3211c5
@@ -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