~ahayzen/music-app/remix-seeking-label-fix

« back to all changes in this revision

Viewing changes to common/AlbumsPage.qml

Force AlbumsPage's SongsModel to filter upon startup.

Approved by Ubuntu Phone Apps Jenkins Bot, Andrew Hayzen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    objectName: "albumsArtistPage"
32
32
    visible: false
33
33
 
34
 
    property string artist: ""
 
34
    property string artist: "Unknown Artist"
35
35
    property var covers: []
36
36
 
37
37
    CardView {