From b7b49649f38b49a72925ce3963f081c948fefcbd Mon Sep 17 00:00:00 2001 From: vodkapmp <70449815+vodkapmp@users.noreply.github.com> Date: Sat, 29 Aug 2020 22:21:25 +0200 Subject: [PATCH] Update Tdarr_Plugin_vodk_Tiered_NVENC_CQV_BASED_CONFIGURABLE.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Used ☒ instead of ☑ for a line. Fixed --- .../Tdarr_Plugin_vodk_Tiered_NVENC_CQV_BASED_CONFIGURABLE.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Community/Tdarr_Plugin_vodk_Tiered_NVENC_CQV_BASED_CONFIGURABLE.js b/Community/Tdarr_Plugin_vodk_Tiered_NVENC_CQV_BASED_CONFIGURABLE.js index 337afca..22b560e 100644 --- a/Community/Tdarr_Plugin_vodk_Tiered_NVENC_CQV_BASED_CONFIGURABLE.js +++ b/Community/Tdarr_Plugin_vodk_Tiered_NVENC_CQV_BASED_CONFIGURABLE.js @@ -186,7 +186,7 @@ module.exports.plugin = function plugin(file, librarySettings, inputs) { response.reQueueAfter = true; response.infoLog += `☒File is ${file.video_resolution}!\n`; response.infoLog += `☒File is not hevc!\n`; - response.infoLog += `☒CQ:V set to ${cqvinuse}!\n`; + response.infoLog += `☑CQ:V set to ${cqvinuse}!\n`; response.infoLog += `File is being transcoded!\n`; }