From 84d552b7bb44bf65c680deeb6f40e91453398248 Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Sat, 22 Dec 2018 07:52:46 +0100 Subject: [PATCH] MacGui: fix file extension when setting a preset. --- macosx/HBController.m | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/macosx/HBController.m b/macosx/HBController.m index c489ae2fb..90cba3c72 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -1357,10 +1357,12 @@ static void *HBControllerQueueCoreContext = &HBControllerQueueCoreContext; // Apply the preset to the current job [self.job applyPreset:self.currentPreset]; + [self addJobObservers]; + + [self.autoNamer updateFileExtension]; + // If Auto Naming is on, update the destination [self.autoNamer updateFileName]; - - [self addJobObservers]; } } -- 2.40.0