summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/MediaPlayer.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/MediaPlayer.qml b/app/MediaPlayer.qml
index 570af0f..37c2ab1 100644
--- a/app/MediaPlayer.qml
+++ b/app/MediaPlayer.qml
@@ -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