NOISSUE set metadata source to main

This commit is contained in:
Petr Mrázek 2017-04-18 17:55:05 +02:00
parent 5565a2f85e
commit 47e075babd

View File

@ -74,7 +74,7 @@ Meta::BaseEntity::~BaseEntity()
QUrl Meta::BaseEntity::url() const QUrl Meta::BaseEntity::url() const
{ {
return QUrl("https://meta-dev.multimc.org").resolved(localFilename()); return QUrl("https://meta.multimc.org").resolved(localFilename());
} }
bool Meta::BaseEntity::loadLocalFile() bool Meta::BaseEntity::loadLocalFile()