fixed transition between artist pages
This commit is contained in:
parent
6fc3de9e9f
commit
310db6731c
1 changed files with 1 additions and 0 deletions
|
@ -1087,6 +1087,7 @@ const app = new Vue({
|
|||
|
||||
},
|
||||
async getArtistFromID(id) {
|
||||
this.page = ""
|
||||
const artistData = await this.mkapi("artists", false, id, {
|
||||
"views": "featured-release,full-albums,appears-on-albums,featured-albums,featured-on-albums,singles,compilation-albums,live-albums,latest-release,top-music-videos,similar-artists,top-songs,playlists,more-to-hear,more-to-see",
|
||||
"extend": "artistBio,bornOrFormed,editorialArtwork,editorialVideo,isGroup,origin,hero",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue