apple be thinking differently
This commit is contained in:
parent
cc2a1d65d5
commit
b831ec63fb
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue