~ahayzen/music-app/remix-remove-empty-year-label

« back to all changes in this revision

Viewing changes to MusicAlbums.qml

* Add CoverGrid.qml component
* Use CoverGrid in Card.qml
.

Approved by Victor Thompson, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        }
43
43
        delegate: Card {
44
44
            id: albumCard
45
 
            imageSource: model.art
 
45
            coverSources: [{art: model.art}]
46
46
            objectName: "albumsPageGridItem" + index
47
47
            primaryText: model.title
48
48
            secondaryText: model.artist