From 0066d4497cf38638b91260b38e822b98d0cf051e Mon Sep 17 00:00:00 2001 From: Migz93 <33037112+Migz93@users.noreply.github.com> Date: Mon, 25 May 2020 01:22:09 +0100 Subject: [PATCH] Migz Plugins Set reQueueAfter back to true after explanation from GitGAt --- Community/Tdarr_Plugin_MC93_Migz1FFMPEG.js | 2 +- Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Community/Tdarr_Plugin_MC93_Migz1FFMPEG.js b/Community/Tdarr_Plugin_MC93_Migz1FFMPEG.js index 57acfb6..726ec05 100644 --- a/Community/Tdarr_Plugin_MC93_Migz1FFMPEG.js +++ b/Community/Tdarr_Plugin_MC93_Migz1FFMPEG.js @@ -48,7 +48,7 @@ function plugin(file, librarySettings, inputs) { preset: "", handBrakeMode: false, FFmpegMode: true, - reQueueAfter: false, + reQueueAfter: true, infoLog: "", }; diff --git a/Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js b/Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js index 323dfa9..38488c3 100644 --- a/Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js +++ b/Community/Tdarr_Plugin_MC93_Migz1FFMPEG_CPU.js @@ -48,7 +48,7 @@ function plugin(file, librarySettings, inputs) { preset: "", handBrakeMode: false, FFmpegMode: true, - reQueueAfter: false, + reQueueAfter: true, infoLog: "", };