mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-31 16:24:45 +02:00
Update:devcontainer dev.js default to not skip binaries check, fail gracefully if required binary env variables are not set when skipping
This commit is contained in:
parent
1e6dd0e3e0
commit
4a5345dd5d
2 changed files with 8 additions and 2 deletions
|
@ -6,5 +6,5 @@ module.exports.config = {
|
|||
MetadataPath: Path.resolve('metadata'),
|
||||
FFmpegPath: '/usr/bin/ffmpeg',
|
||||
FFProbePath: '/usr/bin/ffprobe',
|
||||
SkipBinariesCheck: true
|
||||
}
|
||||
SkipBinariesCheck: false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue