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]);