Merge lp:~vthompson/music-app/update-to-cover-art into lp:music-app/trusty

Proposed by Victor Thompson
Status: Merged
Approved by: Alan Pope 🍺🐧🐱 πŸ¦„
Approved revision: 419
Merged at revision: 419
Proposed branch: lp:~vthompson/music-app/update-to-cover-art
Merge into: lp:music-app/trusty
Diff against target: 12 lines (+1/-1)
1 file modified
MusicAlbums.qml (+1/-1)
To merge this branch: bzr merge lp:~vthompson/music-app/update-to-cover-art
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Alan Pope 🍺🐧🐱 πŸ¦„ (community) Approve
Review via email: mp+215498@code.launchpad.net

Commit message

Fix default cover art in Albums tab when cover fails to load

Description of the change

Fix default cover art in Albums tab when cover fails to load

To post a comment you must log in.
Revision history for this message
Alan Pope 🍺🐧🐱 πŸ¦„ (popey) wrote :

Looks good, thanks.

review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'MusicAlbums.qml'
2--- MusicAlbums.qml 2014-04-11 18:18:12 +0000
3+++ MusicAlbums.qml 2014-04-11 20:08:18 +0000
4@@ -80,7 +80,7 @@
5 source: cover
6 onStatusChanged: {
7 if (status === Image.Error) {
8- source = Qt.resolvedUrl("images/cover_default.png")
9+ source = Qt.resolvedUrl("images/music-app-cover@30.png")
10 }
11 }
12 }

Subscribers

People subscribed via source and target branches

to status/vote changes: