Closed reinholdB closed 8 years ago
If the mp3Only flag is set, the oggQuality instead of mp3Quality is used.
if(mp3Only) { promise = buildMP3(file, inputDir, outputDir, oggQuality); }
Fixed. Thanks for letting me know about this.
If the mp3Only flag is set, the oggQuality instead of mp3Quality is used.
if(mp3Only) { promise = buildMP3(file, inputDir, outputDir, oggQuality); }