Update Tdarr_Plugin_vdka_Tiered_CPU_CRF_Based_Configurable.js

make-only-subtitle-default
HaveAGitGat 3 years ago
parent 250cb33386
commit 32c45d60da

@ -191,7 +191,7 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
// check if the file contains a hevc track
// it will not be transcoded if true and the plugin will exit
if (file.ffProbeData.streams.filter((x) => x.codec_name.toLowerCase() === 'hevc').length) {
if (file.ffProbeData.streams.some((x) => x.codec_name?.toLowerCase() === 'hevc')) {
response.infoLog += '☑File is already in hevc! \n';
return response;
}

Loading…
Cancel
Save