mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 02:12:30 +01:00
Fix whoops
This commit is contained in:
parent
2abacd010d
commit
3851cb264f
@ -44,7 +44,7 @@ function changeFfmpegPath() {
|
||||
}
|
||||
|
||||
function configureFfmpeg() {
|
||||
return which('ffmpegf')
|
||||
return which('ffmpeg')
|
||||
.then(() => true)
|
||||
.catch(() => {
|
||||
if (configstore.get('ffmpegPath') !== undefined) {
|
||||
|
Loading…
Reference in New Issue
Block a user