Skip to content

Commit

Permalink
Update ExportfileGenerator.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoCoderMatrix86 committed Apr 2, 2024
1 parent 9e65aa2 commit 5fc13e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AudioCuesheetEditor/Model/IO/Export/ExportfileGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ protected override ValidationResult Validate(string property)
}
else
{
validationResult = ValidationResult.Create(ValidationStatus.Success);
validationResult = ApplicationOptions.Validate(x => x.CuesheetFilename);
}
}
else
Expand Down

0 comments on commit 5fc13e2

Please sign in to comment.