|
@@ -92,6 +92,11 @@ async function Submit(req) {
|
|
fetch(req.body.albumCover).then(res => {
|
|
fetch(req.body.albumCover).then(res => {
|
|
res.arrayBuffer().then(async r => {
|
|
res.arrayBuffer().then(async r => {
|
|
if(r.byteLength === 0){
|
|
if(r.byteLength === 0){
|
|
|
|
+ GC()
|
|
|
|
+ currentTask.shift();
|
|
|
|
+ console.log(queue.contents)
|
|
|
|
+ console.log(currentTask)
|
|
|
|
+ queue.next()
|
|
return
|
|
return
|
|
}
|
|
}
|
|
if (!fs.existsSync("tmp")) {
|
|
if (!fs.existsSync("tmp")) {
|