mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 23:48:15 -07:00
Add ffmpegCommand.init to ensure "Begin" command has been used
This commit is contained in:
parent
a8b0fd3c60
commit
0ba6ceb182
4 changed files with 19 additions and 0 deletions
|
|
@ -180,6 +180,9 @@ const plugin = async (args: IpluginInputArgs): Promise<IpluginOutputArgs> => {
|
|||
|
||||
args.logOutcome('tSuc');
|
||||
|
||||
// eslint-disable-next-line no-param-reassign
|
||||
args.variables.ffmpegCommand.init = false;
|
||||
|
||||
return {
|
||||
outputFileObj: {
|
||||
_id: outputFilePath,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue