|
|
|
@ -27,7 +27,6 @@ function plugin(file) {
|
|
|
|
container : '.mp4',
|
|
|
|
container : '.mp4',
|
|
|
|
handBrakeMode : false,
|
|
|
|
handBrakeMode : false,
|
|
|
|
FFmpegMode : false,
|
|
|
|
FFmpegMode : false,
|
|
|
|
FFmpegMode : false,
|
|
|
|
|
|
|
|
reQueueAfter : false,
|
|
|
|
reQueueAfter : false,
|
|
|
|
infoLog : '',
|
|
|
|
infoLog : '',
|
|
|
|
|
|
|
|
|
|
|
|
@ -152,7 +151,7 @@ function plugin(file) {
|
|
|
|
response.infoLog += "☑File has no subs \n"
|
|
|
|
response.infoLog += "☑File has no subs \n"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
response.processFile = false;
|
|
|
|
response.infoLog += "☑File meets conditions! \n"
|
|
|
|
response.infoLog += "☑File meets conditions! \n"
|
|
|
|
return response
|
|
|
|
return response
|
|
|
|
|
|
|
|
|