mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Update Tdarr_Plugin_SV6x_Smoove1FFMPEG_NVENC_H264.js
Fixes issue with `undefined` being added to the ffmpeg args. > ffmpeg.exe undefined -i Affected other users too, see [discord discussion here](https://discord.com/channels/623392507828371476/623799920574595092/1118188978059878482).
This commit is contained in:
parent
f4f8192806
commit
9408e59ce4
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
|||
reQueueAfter: true,
|
||||
// Leave as true. File will be re-qeued afterwards and pass through the plugin
|
||||
// filter again to make sure it meets conditions.
|
||||
preset: '', // Initialize with an empty string
|
||||
};
|
||||
|
||||
// Check that inputs.container has been configured, else dump out
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue