From 7906350dbfa1f6bdd748cea3440ab5a80a29e54c Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Thu, 16 Feb 2023 05:28:12 +0000 Subject: [PATCH] Fix lint errors --- Community/Tdarr_Plugin_MC93_Migz3CleanAudio.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Community/Tdarr_Plugin_MC93_Migz3CleanAudio.js b/Community/Tdarr_Plugin_MC93_Migz3CleanAudio.js index ee53786..f2e6fc9 100644 --- a/Community/Tdarr_Plugin_MC93_Migz3CleanAudio.js +++ b/Community/Tdarr_Plugin_MC93_Migz3CleanAudio.js @@ -171,10 +171,10 @@ const plugin = (file, librarySettings, inputs, otherArguments) => { // Error } - if (removeTrack){ - audioStreamsRemoved += 1; - ffmpegCommandInsert += `-map -0:a:${audioIdx} `; - convert = true; + if (removeTrack) { + audioStreamsRemoved += 1; + ffmpegCommandInsert += `-map -0:a:${audioIdx} `; + convert = true; } // Check if inputs.tag_language has something entered // (Entered means user actually wants something to happen, empty would disable this)