chore: Prettified Code
[ci skip]
This commit is contained in:
parent
c8bd0a6aad
commit
8466dd65de
1 changed files with 1 additions and 1 deletions
|
@ -4539,7 +4539,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