diff --git a/src/project.cpp b/src/project.cpp index 172a207fe..90282ccfd 100644 --- a/src/project.cpp +++ b/src/project.cpp @@ -505,9 +505,7 @@ void Project::LoadList(std::vector const& files) { subs.clear(); } - if (!video.empty()) { - DoLoadVideo(video); - + if (!video.empty() && DoLoadVideo(video)) { double dar = video_provider->GetDAR(); if (dar > 0) context->videoController->SetAspectRatio(dar);