Change else{ to else {

This commit is contained in:
Amaru8 2022-04-30 21:29:44 +02:00
parent 422c869568
commit 48cce96bea
10 changed files with 16 additions and 16 deletions

View file

@ -137,7 +137,7 @@ function downloadChunk () {
app.mk.api.library.songs("", {limit: 100}, {includeResponseMeta: !0}).then((response)=>{
processChunk(response)
})
} else{
} else {
downloaded.next("", {limit: 100}, {includeResponseMeta: !0}).then((response)=>{
processChunk(response)
})