mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 10:45:53 -07:00
Fix lint errors
This commit is contained in:
parent
e3c5b3aa1f
commit
7906350dbf
1 changed files with 4 additions and 4 deletions
|
|
@ -171,10 +171,10 @@ 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;
|
||||||
}
|
}
|
||||||
// Check if inputs.tag_language has something entered
|
// Check if inputs.tag_language has something entered
|
||||||
// (Entered means user actually wants something to happen, empty would disable this)
|
// (Entered means user actually wants something to happen, empty would disable this)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue