~vthompson/music-app/fix-1382170

« back to all changes in this revision

Viewing changes to common/AlbumsPage.qml

  • Committer: Tarmac
  • Author(s): Victor Thompson
  • Date: 2014-10-07 16:52:37 UTC
  • mfrom: (643.1.1 fix-1378157-trunk)
  • Revision ID: tarmac-20141007165237-fec8lr4oglime1y2
* Use model.art property in AlbumsPage. Fixes: https://bugs.launchpad.net/bugs/1378157.

Approved by Andrew Hayzen, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
259
259
                        songsPage.line1 = model.artist
260
260
                        songsPage.line2 = model.title
261
261
                        songsPage.isAlbum = true
262
 
                        songsPage.covers = [{author: model.artist, album: model.title}]
 
262
                        songsPage.covers = [{art: model.art}]
263
263
                        songsPage.genre = undefined
264
264
                        songsPage.title = i18n.tr("Album")
265
265