mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 11:56:57 +03:00
oops forgot again
Signed-off-by: 0x189D7997 <199489335+0x189D7997@users.noreply.github.com>
This commit is contained in:
parent
4151db6c94
commit
fdd1a5dde8
2 changed files with 2 additions and 2 deletions
|
|
@ -163,7 +163,7 @@ void ResourceModel::search()
|
|||
};
|
||||
auto project = std::make_shared<ModPlatform::IndexedPack>();
|
||||
project->addonId = projectId;
|
||||
if (auto job = m_api->getProjectInfo({ project }, std::move(callbacks)); job)
|
||||
if (auto job = m_api->getProjectInfo({ project }, std::move(callbacks), false); job)
|
||||
runSearchJob(job);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue