mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-12 18:35:00 +02:00
Debian preinstall script for config and ffmpeg
This commit is contained in:
parent
784ffbc568
commit
d95689a078
5 changed files with 97 additions and 2 deletions
|
@ -263,7 +263,6 @@ class DownloadManager {
|
|||
var worker = null
|
||||
try {
|
||||
var workerPath = Path.join(global.appRoot, 'server/utils/downloadWorker.js')
|
||||
Logger.info(`[${TAG}] Worker Path: ${workerPath}`)
|
||||
worker = new workerThreads.Worker(workerPath, { workerData })
|
||||
} catch (error) {
|
||||
Logger.error(`[${TAG}] Start worker thread failed`, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue