mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
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:
parent
e3c7eed56d
commit
99c57cbcc3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue