mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 10:45:53 -07:00
Update Tdarr_Plugin_vdka_Remove_DataStreams.js
This commit is contained in:
parent
99ad3b334d
commit
49d6a692a8
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
||||||
return response;
|
return response;
|
||||||
} else {
|
} else {
|
||||||
response.FFmpegMode = true;
|
response.FFmpegMode = true;
|
||||||
response.container = ".mkv";
|
response.container = "." + file.container;
|
||||||
|
|
||||||
var hasData = false;
|
var hasData = false;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue