NOISSUE fix metadata URL
This commit is contained in:
parent
07c1685ff1
commit
bf93ba02e9
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ Meta::BaseEntity::~BaseEntity()
|
|||
|
||||
QUrl Meta::BaseEntity::url() const
|
||||
{
|
||||
return QUrl("https://meta.multimc.org/v1").resolved(localFilename());
|
||||
return QUrl("https://meta.multimc.org/v1/").resolved(localFilename());
|
||||
}
|
||||
|
||||
bool Meta::BaseEntity::loadLocalFile()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue