chore: Set download path to sensible
This commit is contained in:
		
							parent
							
								
									771db6c8b5
								
							
						
					
					
						commit
						9bb1f2068f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -187,7 +187,7 @@ class QueueManager { | |||
| 
 | ||||
|             try { | ||||
|                 const timeout: number = (item.timeout ?? TIMEOUT) * item.song.trackCount; | ||||
|                 const result: DownloadResult = await this.lucida.download(item.song.url, '/tmp', timeout, current); | ||||
|                 const result: DownloadResult = await this.lucida.download(item.song.url, '/data', timeout, current); | ||||
| 
 | ||||
|                 if (!result.success && (item.retries ?? 0) + 1 < RETRIES) { | ||||
|                     item.retries = (item.retries ?? 0) + 1; | ||||
|  |  | |||
		Reference in a new issue