mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 02:35:54 -07:00
Update Tdarr_Plugin_x7ac_Remove_Closed_Captions.js
This commit is contained in:
parent
2ff96a98ea
commit
943da9aa5f
1 changed files with 2 additions and 5 deletions
|
|
@ -43,12 +43,9 @@ function plugin(file) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
response.infoLog +=
|
response.infoLog += response.processFile?'☒This file has burnt closed captions \n':'☑Closed captions have not been detected on this file \n';
|
||||||
response.processFile ? '☒This file has burnt closed captions \n'
|
|
||||||
: '☑Closed captions have not been detected on this file \n';
|
|
||||||
|
|
||||||
return response;
|
return response;
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports.details = details;
|
module.exports.details = details;
|
||||||
module.exports.plugin = plugin;
|
module.exports.plugin = plugin;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue