mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
Update Tdarr_Plugin_00td_action_remux_container.js
This commit is contained in:
parent
438bf3f0f3
commit
45fc71623d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue