This commit is contained in:
vapormusic 2022-01-30 22:43:18 +07:00
parent 9c83baa0a8
commit de053592a9

View file

@ -2003,7 +2003,7 @@ const app = new Vue({
app.mk.api.v3.music(`/v1/me/library/artists/`, safeparams).then((response) => {
processChunk(response.data)
}).catch((error) => {console.log('safe loading failed', error)
app.library.songs.downloadState = 2
app.library.artists.downloadState = 2
app.library.backgroundNotification.show = false})
})
@ -2016,7 +2016,7 @@ const app = new Vue({
app.mk.api.v3.music(downloaded.next, safeparams).then((response) => {
processChunk(response.data)
}).catch((error) => {console.log('safe loading failed', error)
app.library.songs.downloadState = 2
app.library.artists.downloadState = 2
app.library.backgroundNotification.show = false})
})
} else {