|
|
|
|
@ -43,12 +43,9 @@ function plugin(file) {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
response.infoLog +=
|
|
|
|
|
response.processFile ? '☒This file has burnt closed captions \n'
|
|
|
|
|
: '☑Closed captions have not been detected on this file \n';
|
|
|
|
|
response.infoLog += response.processFile?'☒This file has burnt closed captions \n':'☑Closed captions have not been detected on this file \n';
|
|
|
|
|
|
|
|
|
|
return response;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
module.exports.details = details;
|
|
|
|
|
module.exports.plugin = plugin;
|
|
|
|
|
module.exports.plugin = plugin;
|
|
|
|
|
|