ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #08308
[Merge] lp:~vthompson/music-app/fix-1549580 into lp:music-app
Victor Thompson has proposed merging lp:~vthompson/music-app/fix-1549580 into lp:music-app.
Commit message:
* Fix fallback image path in MusicListItem
Requested reviews:
Music App Developers (music-app-dev)
Related bugs:
Bug #1549580 in Ubuntu Music App: "Fallback art is NOT displayed in the Songs tab"
https://bugs.launchpad.net/music-app/+bug/1549580
For more details, see:
https://code.launchpad.net/~vthompson/music-app/fix-1549580/+merge/287250
* Fix fallback image path in MusicListItem
--
Your team Music App Developers is requested to review the proposed merge of lp:~vthompson/music-app/fix-1549580 into lp:music-app.
=== modified file 'app/components/Delegates/MusicListItem.qml'
--- app/components/Delegates/MusicListItem.qml 2016-01-06 16:34:32 +0000
+++ app/components/Delegates/MusicListItem.qml 2016-02-26 00:19:23 +0000
@@ -102,7 +102,7 @@
onStatusChanged: {
if (status === Image.Error) {
- source = Qt.resolvedUrl("../graphics/music-app-cover@xxxxxx")
+ source = Qt.resolvedUrl("../../graphics/music-app-cover@xxxxxx")
}
}
=== modified file 'debian/changelog'
--- debian/changelog 2016-02-21 16:15:08 +0000
+++ debian/changelog 2016-02-26 00:19:23 +0000
@@ -5,6 +5,7 @@
* Remove repeater for getting album titles in Artists.qml (LP: #1515067).
* Change translation strings from song to track (LP: #1378143).
* Ensure that only one ContentHubExport page is open (LP: #1538863).
+ * Fix fallback image path in MusicListItem (LP: #1549580).
-- Victor <victor@victor-virtual-machine> Wed, 27 Jan 2016 19:40:55 -0600
Follow ups