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