From 1c80cd7d7d08798e287f7ab88fc1d93949d0d12a Mon Sep 17 00:00:00 2001 From: Javanaut Date: Sun, 2 Feb 2025 13:19:21 +0100 Subject: [PATCH] ff --- src/ffx/ffx_controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ffx/ffx_controller.py b/src/ffx/ffx_controller.py index d44824f..58d2f32 100644 --- a/src/ffx/ffx_controller.py +++ b/src/ffx/ffx_controller.py @@ -245,7 +245,7 @@ class FfxController(): commandSequence += FfxController.generateCropTokens() commandSequence += self.generateOutputTokens(targetPath, - 'mkv') + targetFormat) self.__logger.debug(f"FfxController.runJob(): Running command sequence")