From 1d914209f451441d072b006c75002de3bb5bff63 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Sat, 19 Oct 2019 20:16:22 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=98reQueueAfter=E2=80=99=20set=20to=20tru?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All plugins should requeue the file afterwards in case a plugin stack is being used. I’ll update the plugin tutorial/documentation on Monday to reflect this. --- Community/Tdarr_Plugin_lmg1_Reorder_Streams.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Community/Tdarr_Plugin_lmg1_Reorder_Streams.js b/Community/Tdarr_Plugin_lmg1_Reorder_Streams.js index 388678e..f295eee 100644 --- a/Community/Tdarr_Plugin_lmg1_Reorder_Streams.js +++ b/Community/Tdarr_Plugin_lmg1_Reorder_Streams.js @@ -45,7 +45,7 @@ function plugin(file) { response.infoLog += "Video is not in the first stream" response.preset = ',-map 0:v? -map 0:a? -map 0:s? -map 0:d? -map 0:t? -c copy' - response.reQueueAfter = false; + response.reQueueAfter = true; response.processFile = true; return response