Merge lp:~vthompson/music-app/fix-1378157-remix into lp:music-app/remix

Proposed by Victor Thompson
Status: Merged
Approved by: Andrew Hayzen
Approved revision: 654
Merged at revision: 654
Proposed branch: lp:~vthompson/music-app/fix-1378157-remix
Merge into: lp:music-app/remix
Diff against target: 11 lines (+1/-1)
1 file modified
common/AlbumsPage.qml (+1/-1)
To merge this branch: bzr merge lp:~vthompson/music-app/fix-1378157-remix
Reviewer Review Type Date Requested Status
Andrew Hayzen Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+237356@code.launchpad.net

Commit message

* Use model.art property in AlbumsPage

Description of the change

Use model.art property in AlbumsPage, similar to what is done elsewhere.

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Andrew Hayzen (ahayzen) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'common/AlbumsPage.qml'
2--- common/AlbumsPage.qml 2014-09-30 15:18:25 +0000
3+++ common/AlbumsPage.qml 2014-10-07 02:20:19 +0000
4@@ -257,7 +257,7 @@
5 songsPage.line1 = model.artist
6 songsPage.line2 = model.title
7 songsPage.isAlbum = true
8- songsPage.covers = [{author: model.artist, album: model.title}]
9+ songsPage.covers = [{art: model.art}]
10 songsPage.genre = undefined
11 songsPage.title = i18n.tr("Album")
12

Subscribers

People subscribed via source and target branches