mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 19:36:57 +03:00
Updated url function
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
df932c6587
commit
f0e4e07c05
4 changed files with 10 additions and 13 deletions
|
|
@ -170,7 +170,7 @@ auto Mod::metaurl() const -> QString
|
|||
{
|
||||
if (metadata() == nullptr)
|
||||
return homeurl();
|
||||
return ModPlatform::getMetaURL(metadata()->provider, metadata()->slug);
|
||||
return ModPlatform::getMetaURL(metadata()->provider, metadata()->project_id);
|
||||
}
|
||||
|
||||
auto Mod::description() const -> QString
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue