From b831ec63fb0849527af7b38c22e3525b956a6deb Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Wed, 25 May 2022 02:53:39 +0100 Subject: [PATCH] apple be thinking differently --- src/renderer/views/components/mediaitem-square.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/views/components/mediaitem-square.ejs b/src/renderer/views/components/mediaitem-square.ejs index 64dde269..1d586a08 100644 --- a/src/renderer/views/components/mediaitem-square.ejs +++ b/src/renderer/views/components/mediaitem-square.ejs @@ -120,7 +120,7 @@ } }, getSubtitle() { - if (this.kind == 'card') { + if (this.kind == 'card' || this.item.type == "playlists") { try { if (typeof this.item.attributes.artistNames != "undefined") { return this.item.attributes.artistNames @@ -143,7 +143,7 @@ } }, getSubtitleNavigation() { - if (this.kind == 'card') { + if (this.kind == 'card' || this.item.type == "playlists") { try { if (typeof this.item.attributes.artistNames != "undefined") { return app.routeView(this.item)