From 5fc13e2378703c90baabbdbe49ca156d142ed9b1 Mon Sep 17 00:00:00 2001 From: NeoCoderMatrix86 <40752681+NeoCoderMatrix86@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:35:15 +0200 Subject: [PATCH] Update ExportfileGenerator.cs --- AudioCuesheetEditor/Model/IO/Export/ExportfileGenerator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AudioCuesheetEditor/Model/IO/Export/ExportfileGenerator.cs b/AudioCuesheetEditor/Model/IO/Export/ExportfileGenerator.cs index ac3a4a5b..f4c2833b 100644 --- a/AudioCuesheetEditor/Model/IO/Export/ExportfileGenerator.cs +++ b/AudioCuesheetEditor/Model/IO/Export/ExportfileGenerator.cs @@ -350,7 +350,7 @@ protected override ValidationResult Validate(string property) } else { - validationResult = ValidationResult.Create(ValidationStatus.Success); + validationResult = ApplicationOptions.Validate(x => x.CuesheetFilename); } } else