Map correction and link update

This commit is contained in:
HaveAGitGat 2019-11-15 04:38:32 +00:00
parent ecb96676bc
commit 2c7c85d28d
18 changed files with 44 additions and 44 deletions

View file

@ -9,7 +9,7 @@ function details() {
Type: "Video",
Description: `This plugin removes subs. The output container is the same as the original. \n\n`,
Version: "1.00",
Link: "https://github.com/HaveAGitGat/Tdarr_Plugin_x7ab_Remove_Subs"
Link: "https://github.com/HaveAGitGat/Tdarr_Plugins/blob/master/Community/Tdarr_Plugin_x7ab_Remove_Subs.js"
}
}
@ -66,7 +66,7 @@ function plugin(file) {
if(hasSubs){
response.infoLog += "☒File has subs \n"
response.preset = ',-sn -c:v copy -c:a copy'
response.preset = ',-sn -map 0 -c copy'
response.reQueueAfter = true;
response.processFile = true;
return response