Update Tdarr_Plugin_vdka_Remove_DataStreams.js

This commit is contained in:
HaveAGitGat 2022-05-13 15:05:59 +01:00 committed by GitHub
parent 49d6a692a8
commit d245122b31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
return response;
} else {
response.FFmpegMode = true;
response.container = "." + file.container;
response.container = ".mkv";
var hasData = false;