apple be thinking differently

This commit is contained in:
Core 2022-05-25 02:53:39 +01:00
parent cc2a1d65d5
commit b831ec63fb
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -120,7 +120,7 @@
} }
}, },
getSubtitle() { getSubtitle() {
if (this.kind == 'card') { if (this.kind == 'card' || this.item.type == "playlists") {
try { try {
if (typeof this.item.attributes.artistNames != "undefined") { if (typeof this.item.attributes.artistNames != "undefined") {
return this.item.attributes.artistNames return this.item.attributes.artistNames
@ -143,7 +143,7 @@
} }
}, },
getSubtitleNavigation() { getSubtitleNavigation() {
if (this.kind == 'card') { if (this.kind == 'card' || this.item.type == "playlists") {
try { try {
if (typeof this.item.attributes.artistNames != "undefined") { if (typeof this.item.attributes.artistNames != "undefined") {
return app.routeView(this.item) return app.routeView(this.item)