mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
‘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:
parent
e1dfc69e6f
commit
1d914209f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue