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 // Error
} }
if (removeTrack){ if (removeTrack) {
audioStreamsRemoved += 1; audioStreamsRemoved += 1;
ffmpegCommandInsert += `-map -0:a:${audioIdx} `; ffmpegCommandInsert += `-map -0:a:${audioIdx} `;
convert = true; convert = true;

Loading…
Cancel
Save