mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-12 16:37:02 +02:00
Debian preinstall script for config and ffmpeg
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user