Fix whoops

pull/13/head
Mikael Finstad 10 years ago
parent 2abacd010d
commit 3851cb264f

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

Loading…
Cancel
Save