Fallback cover art for podcast item

This commit is contained in:
Thomas Perl 2014-02-04 23:50:41 +01:00
parent 34c37870a9
commit 20a6de82b4
2 changed files with 60 additions and 4 deletions

View file

@ -31,7 +31,7 @@ ButtonArea {
right: parent.right
}
Image {
CoverArt {
id: cover
visible: !updating
@ -41,13 +41,11 @@ ButtonArea {
verticalCenter: parent.verticalCenter
}
sourceSize.width: width
sourceSize.height: height
width: 80 * pgst.scalef
height: 80 * pgst.scalef
source: coverart
text: title
}
PBusyIndicator {