mirror of https://github.com/KDE/kasts.git
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) {
|
if (imageFound) {
|
||||||
return cachedpath;
|
return cachedpath;
|
||||||
} else {
|
} else {
|
||||||
return QUrl::fromLocalFile(cachedpath).toString();
|
return QStringLiteral("");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue