mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 10:14:36 +02:00
Update:dev.js in devcontainer to include the SkipBinariesCheck flag #2741
This commit is contained in:
parent
99f0799a11
commit
5fcd23409a
1 changed files with 2 additions and 1 deletions
|
@ -5,5 +5,6 @@ module.exports.config = {
|
|||
ConfigPath: Path.resolve('config'),
|
||||
MetadataPath: Path.resolve('metadata'),
|
||||
FFmpegPath: '/usr/bin/ffmpeg',
|
||||
FFProbePath: '/usr/bin/ffprobe'
|
||||
FFProbePath: '/usr/bin/ffprobe',
|
||||
SkipBinariesCheck: false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue