fix: missed change to metacache entry lookup

This commit is contained in:
flow 2022-05-16 19:10:31 -03:00
parent 887246a66b
commit 696a711e39
No known key found for this signature in database
GPG Key ID: 8D0F221F0A59F469

View File

@ -194,7 +194,7 @@ void ModpackListModel::getLogo(const QString& logo, const QString& logoUrl, Logo
{
if (m_logoMap.contains(logo)) {
callback(APPLICATION->metacache()
->resolveEntry(m_parent->metaEntryBase(), QString("logos/%1").arg(logo.section(".", 0, 0)))
->resolveEntry("ModrinthPacks", QString("logos/%1").arg(logo.section(".", 0, 0)))
->getFullPath());
} else {
requestLogo(logo, logoUrl);