oops
This commit is contained in:
parent
9c83baa0a8
commit
de053592a9
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue