mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-14 09:45:55 -07:00
Map correction and link update
This commit is contained in:
parent
ecb96676bc
commit
2c7c85d28d
18 changed files with 44 additions and 44 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue