mirror of
https://github.com/KDE/kasts.git
synced 2025-01-28 16:19:56 +01:00
Fix fallback when no image is available in id3 tag
This commit is contained in:
parent
58032dd560
commit
9b97613898
@ -339,7 +339,7 @@ QString Enclosure::cachedEmbeddedImage() const
|
||||
if (imageFound) {
|
||||
return cachedpath;
|
||||
} else {
|
||||
return QUrl::fromLocalFile(cachedpath).toString();
|
||||
return QStringLiteral("");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user