Change }else to } else
This commit is contained in:
parent
9c85fafd1d
commit
422c869568
11 changed files with 24 additions and 24 deletions
|
@ -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)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue