‘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.
This commit is contained in:
HaveAGitGat 2019-10-19 20:16:22 +01:00 committed by GitHub
parent e1dfc69e6f
commit 1d914209f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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