Ensure HID is passed to run_local_ffmpeg

Fixes #87
This commit is contained in:
Joshua M. Boniface 2024-08-19 14:20:39 -04:00
parent cfe816a377
commit 2fa9c57b23

View file

@ -560,7 +560,7 @@ def run_ffmpeg(config, ffmpeg_args):
try:
returncode = 200
if not target_hostname or target_hostname == "localhost":
ret = run_local_ffmpeg(config, ffmpeg_args)
ret = run_local_ffmpeg(config, None, ffmpeg_args)
returncode = ret.returncode
else:
ret = run_remote_ffmpeg(