mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-10 01:15:06 +02:00
Fix:FFprobe path for node-ffprobe
This commit is contained in:
parent
0336b65bca
commit
c0c4b1fa23
2 changed files with 6 additions and 7 deletions
|
@ -428,7 +428,7 @@ class Server {
|
|||
var exists = await fs.pathExists(outputDirectory)
|
||||
if (exists) {
|
||||
Logger.error(`[Server] Upload directory "${outputDirectory}" already exists`)
|
||||
return res.status(500).error(`Directory "${outputDirectory}" already exists`)
|
||||
return res.status(500).send(`Directory "${outputDirectory}" already exists`)
|
||||
}
|
||||
|
||||
await fs.ensureDir(outputDirectory)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue