From b8a223eaecaa32a7a143c68eed18593049fa86a8 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Mon, 4 Nov 2019 03:00:59 +0000 Subject: [PATCH] Remove ASS sub bug fix --- Community/Tdarr_Plugin_x7ab_Remove_Subs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Community/Tdarr_Plugin_x7ab_Remove_Subs.js b/Community/Tdarr_Plugin_x7ab_Remove_Subs.js index 2c0377b..02f8a33 100644 --- a/Community/Tdarr_Plugin_x7ab_Remove_Subs.js +++ b/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 -c:v copy -c:a copy' response.reQueueAfter = true; response.processFile = true; return response