From bf049f98f05c3123d475a23e65480a0281733aeb Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Wed, 8 Feb 2023 18:23:35 -0800 Subject: [PATCH] core: fix otio error --- app/core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core.cpp b/app/core.cpp index 589458556..393455386 100644 --- a/app/core.cpp +++ b/app/core.cpp @@ -797,7 +797,7 @@ void Core::SaveProjectInternal(const QString& override_filename) if (open_project_->filename().endsWith(QStringLiteral(".otio"), Qt::CaseInsensitive)) { #ifdef USE_OTIO - psm = new SaveOTIOTask(project); + psm = new SaveOTIOTask(open_project_); #else QMessageBox::critical(main_window_, tr("Missing OpenTimelineIO Libraries"),