mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-17 03:06:27 -07:00
Apply auto-build changes
This commit is contained in:
parent
79256d342d
commit
d2780eb933
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ var plugin = function (args) {
|
||||||
'mpg',
|
'mpg',
|
||||||
'mpeg',
|
'mpeg',
|
||||||
].includes(container)) {
|
].includes(container)) {
|
||||||
args.variables.ffmpegCommand.overallOuputArguments.push('-fflags', '+genpts');
|
args.variables.ffmpegCommand.overallInputArguments.push('-fflags', '+genpts');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue