Merge lp:~vthompson/music-app/remix-fix-playlist-nowplaying-art into lp:music-app/remix

Proposed by Victor Thompson
Status: Merged
Approved by: Andrew Hayzen
Approved revision: no longer in the source branch.
Merged at revision: 695
Proposed branch: lp:~vthompson/music-app/remix-fix-playlist-nowplaying-art
Merge into: lp:music-app/remix
Diff against target: 13 lines (+2/-1)
1 file modified
playlists.js (+2/-1)
To merge this branch: bzr merge lp:~vthompson/music-app/remix-fix-playlist-nowplaying-art
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Andrew Hayzen Approve
Review via email: mp+239306@code.launchpad.net

Commit message

Fix playlist art in Now Playing page

Description of the change

Fix playlist art in Now Playing page

To post a comment you must log in.
Revision history for this message
Andrew Hayzen (ahayzen) wrote :

LGTM :)

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

Fix playlist art in Now Playing page.

Approved by Ubuntu Phone Apps Jenkins Bot, Andrew Hayzen.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'playlists.js'
2--- playlists.js 2014-08-16 02:20:52 +0000
3+++ playlists.js 2014-10-22 20:47:55 +0000
4@@ -214,7 +214,8 @@
5 filename: dbItem.filename,
6 title: dbItem.title,
7 author: dbItem.author,
8- album: dbItem.album // FIXME: need to construct art: ?
9+ album: dbItem.album,
10+ art: musicStore.lookup(dbItem.filename).art
11 })
12 }
13 })

Subscribers

People subscribed via source and target branches