1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-17 16:50:26 +02:00

Disable metadata in command line exports

This commit is contained in:
Leland Lucius 2020-04-14 08:31:57 -05:00
parent 73719882bc
commit 54aac13648

View File

@ -356,7 +356,7 @@ ExportCL::ExportCL()
SetFormat(wxT("CL"),0);
AddExtension(wxT(""),0);
SetMaxChannels(255,0);
SetCanMetaData(true,0);
SetCanMetaData(false,0);
SetDescription(XO("(external program)"),0);
}