diff --git a/src/index.js b/src/index.js index 69aa0f3..97bb9c9 100644 --- a/src/index.js +++ b/src/index.js @@ -44,7 +44,7 @@ function changeFfmpegPath() { } function configureFfmpeg() { - return which('ffmpegf') + return which('ffmpeg') .then(() => true) .catch(() => { if (configstore.get('ffmpegPath') !== undefined) {