From 29d1f7e836e55945185b12fc6e0ff3c79903e440 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Sat, 8 Aug 2020 01:01:57 +0200 Subject: [PATCH] Comment update --- ...rr_Plugin_z18t_rename_files_based_on_codec_and_resolution.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Community/Tdarr_Plugin_z18t_rename_files_based_on_codec_and_resolution.js b/Community/Tdarr_Plugin_z18t_rename_files_based_on_codec_and_resolution.js index 9b7da59..812f0ab 100644 --- a/Community/Tdarr_Plugin_z18t_rename_files_based_on_codec_and_resolution.js +++ b/Community/Tdarr_Plugin_z18t_rename_files_based_on_codec_and_resolution.js @@ -71,7 +71,7 @@ module.exports.plugin = function plugin(file, librarySettings, inputs) { 'hevc' ] - //clean up res and codec terms from container + //clean up res and codec terms from name for (let i = 0; i < terms.length; i++) { while (true) { let idx = fileName.indexOf(terms[i]);