mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 18:45:53 -07:00
Fix: use overallInputArguments
This commit is contained in:
parent
7b3f9ee4d0
commit
79256d342d
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ const plugin = (args: IpluginInputArgs): IpluginOutputArgs => {
|
||||||
'mpeg',
|
'mpeg',
|
||||||
].includes(container)
|
].includes(container)
|
||||||
) {
|
) {
|
||||||
args.variables.ffmpegCommand.overallOuputArguments.push('-fflags', '+genpts');
|
args.variables.ffmpegCommand.overallInputArguments.push('-fflags', '+genpts');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue