Fix lint errors

make-only-subtitle-default
HaveAGitGat 3 years ago
parent e3c5b3aa1f
commit 7906350dbf

@ -171,7 +171,7 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
// Error
}
if (removeTrack){
if (removeTrack) {
audioStreamsRemoved += 1;
ffmpegCommandInsert += `-map -0:a:${audioIdx} `;
convert = true;

Loading…
Cancel
Save