Merge lp:~justinmcp/unity-webapps-qml/media-fixes into lp:unity-webapps-qml

Proposed by Justin McPherson
Status: Needs review
Proposed branch: lp:~justinmcp/unity-webapps-qml/media-fixes
Merge into: lp:unity-webapps-qml
Diff against target: 12 lines (+1/-1)
1 file modified
src/Ubuntu/UnityWebApps/UnityWebApps.qml (+1/-1)
To merge this branch: bzr merge lp:~justinmcp/unity-webapps-qml/media-fixes
Reviewer Review Type Date Requested Status
Alexandre Abreu (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+217711@code.launchpad.net

Commit message

Pass art location to setTrack so that cover art can be displayed in sound menu.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Alexandre Abreu (abreu-alexandre) :
review: Approve

Unmerged revisions

113. By Justin McPherson

Be sure to grab the art location.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Ubuntu/UnityWebApps/UnityWebApps.qml'
2--- src/Ubuntu/UnityWebApps/UnityWebApps.qml 2014-03-26 15:52:46 +0000
3+++ src/Ubuntu/UnityWebApps/UnityWebApps.qml 2014-04-30 03:37:26 +0000
4@@ -585,7 +585,7 @@
5 var album = infos.album || '';
6 var artist = infos.artist || '';
7 var title = infos.title || '';
8- var artLocation = "";
9+ var artLocation = infos.artLocation || '';
10
11 UnityBackends.get("mediaplayer").setTrack(artist, album, title, artLocation);
12 },

Subscribers

People subscribed via source and target branches

to all changes: