mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 12:12:23 +01:00
Remove uses of GetActiveProject in import
This commit is contained in:
@@ -1620,7 +1620,7 @@ bool ProjectFileManager::Import(
|
||||
auto newTags = oldTags->Duplicate();
|
||||
Tags::Set( project, newTags );
|
||||
|
||||
bool success = Importer::Get().Import(fileName,
|
||||
bool success = Importer::Get().Import(project, fileName,
|
||||
&TrackFactory::Get( project ),
|
||||
newTracks,
|
||||
newTags.get(),
|
||||
|
||||
Reference in New Issue
Block a user