1
0
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:
Mikael Finstad 2016-11-03 22:17:13 +01:00
parent 2abacd010d
commit 3851cb264f

View File

@ -44,7 +44,7 @@ function changeFfmpegPath() {
}
function configureFfmpeg() {
return which('ffmpegf')
return which('ffmpeg')
.then(() => true)
.catch(() => {
if (configstore.get('ffmpegPath') !== undefined) {