Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
48f9c2e2d8
1 changed files with 1 additions and 1 deletions
|
@ -4542,7 +4542,7 @@ const app = new Vue({
|
||||||
if (app.mk.nowPlayingItem.relationships.artists.data[0].id) {
|
if (app.mk.nowPlayingItem.relationships.artists.data[0].id) {
|
||||||
app.appRoute(`artist/${app.mk.nowPlayingItem.relationships.artists.data[0].id}`);
|
app.appRoute(`artist/${app.mk.nowPlayingItem.relationships.artists.data[0].id}`);
|
||||||
} else {
|
} else {
|
||||||
const id = await MusicKitInterop.fetchPrimaryArtist("id")
|
const id = await MusicKitInterop.fetchPrimaryArtist("id");
|
||||||
app.appRoute(`artist/${id}`);
|
app.appRoute(`artist/${id}`);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue