Update Tdarr_Plugin_00td_action_remux_container.js

This commit is contained in:
HaveAGitGat 2022-03-13 10:32:30 +00:00 committed by GitHub
parent 438bf3f0f3
commit 45fc71623d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
);
response.preset = ', -map 0 -c copy';
response.container = '.mkv';
response.container = `.${inputs.container}`;
response.handbrakeMode = false;
response.FFmpegMode = true;
response.reQueueAfter = true;