‘reQueueAfter’ set to true

All plugins should requeue the file afterwards in case a plugin stack is being used. I’ll  update the plugin tutorial/documentation on Monday to reflect this.
make-only-subtitle-default
HaveAGitGat 6 years ago committed by GitHub
parent e1dfc69e6f
commit 1d914209f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,7 +45,7 @@ function plugin(file) {
response.infoLog += "Video is not in the first stream"
response.preset = ',-map 0:v? -map 0:a? -map 0:s? -map 0:d? -map 0:t? -c copy'
response.reQueueAfter = false;
response.reQueueAfter = true;
response.processFile = true;
return response

Loading…
Cancel
Save