metadata: switch from author to contributingArtist 67/9067/2
authorMatt Ranostay <matt.ranostay@konsulko.com>
Sun, 9 Apr 2017 23:04:27 +0000 (16:04 -0700)
committerMatt Ranostay <matt.ranostay@konsulko.com>
Wed, 12 Apr 2017 22:26:15 +0000 (22:26 +0000)
contributingArtist actually contains the artist data, and author is
just the publisher generally.

Bug-AGL: SPEC-535
Change-Id: Icd92fcc1df6c301e1f8f0faf5f09b0ddeaf728fd
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
app/MediaPlayer.qml

index 570af0f..37c2ab1 100644 (file)
@@ -103,7 +103,7 @@ ApplicationWindow {
                             Label {
                                 id: artist
                                 Layout.alignment: Layout.Center
-                                text: player.metaData.author ? player.metaData.author : ''
+                                text: player.metaData.contributingArtist ? player.metaData.contributingArtist : ''
                                 horizontalAlignment: Label.AlignHCenter
                                 verticalAlignment: Label.AlignVCenter
                                 font.pixelSize: title.font.pixelSize * 0.6