Fix lint errors

This commit is contained in:
HaveAGitGat 2023-02-16 05:28:12 +00:00
parent e3c5b3aa1f
commit 7906350dbf

View file

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