Update Tdarr_Plugin_vdka_Tiered_CPU_CRF_Based_Configurable.js

I might have done a copy paste and not changed something.....
This commit is contained in:
vodkapmp 2021-10-01 17:12:03 +02:00 committed by GitHub
parent e3c7eed56d
commit 99c57cbcc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,7 +123,7 @@ function plugin(file, librarySettings, inputs) {
// skip this plugin if so
if (file.video_resolution === '4KUHD' && inputs.uhdDisabled) {
response.processFile = false;
response.infoLog += '☒File is SD, not processing\n';
response.infoLog += '☒File is 4k/UHD, not processing\n';
return response;
}