mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 15:41:11 +02:00
static Tags::Get...
... not member functions of AudacityProject
This commit is contained in:
@@ -235,7 +235,7 @@ ProgressResult ExportMP2::Export(AudacityProject *project,
|
||||
|
||||
// Put ID3 tags at beginning of file
|
||||
if (metadata == NULL)
|
||||
metadata = project->GetTags();
|
||||
metadata = &Tags::Get( *project );
|
||||
|
||||
FileIO outFile(fName, FileIO::Output);
|
||||
if (!outFile.IsOpened()) {
|
||||
|
Reference in New Issue
Block a user