Fix whoops

pull/13/head
Mikael Finstad 9 years ago
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…
Cancel
Save