mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-23 04:14:46 +02:00
Update devcontainer dev.js file to skip binaries check
This commit is contained in:
parent
b82ac3d536
commit
d64860001b
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ module.exports.config = {
|
||||||
MetadataPath: Path.resolve('metadata'),
|
MetadataPath: Path.resolve('metadata'),
|
||||||
FFmpegPath: '/usr/bin/ffmpeg',
|
FFmpegPath: '/usr/bin/ffmpeg',
|
||||||
FFProbePath: '/usr/bin/ffprobe',
|
FFProbePath: '/usr/bin/ffprobe',
|
||||||
SkipBinariesCheck: false
|
SkipBinariesCheck: true
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue