Update index.js
This commit is contained in:
parent
6e5fc7fb0b
commit
d129ac86ce
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ const app = new Vue({
|
|||
if(typeof downloaded.next == "undefined") {
|
||||
console.log("downloaded.next is undefined")
|
||||
}
|
||||
if (downloaded.meta.total > library.length || typeof downloaded.meta.next != "undefined") {
|
||||
if (downloaded.meta.total > library.length && typeof downloaded.meta.next != "undefined") {
|
||||
console.log(`downloading next chunk - ${library.length} songs so far`)
|
||||
downloadChunk()
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue