pull/13/head
Mikael Finstad 2016-11-03 22:17:13 +01:00
rodzic 2abacd010d
commit 3851cb264f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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