NOISSUE fix downloading of metadata files
This commit is contained in:
@@ -34,7 +34,7 @@ QUrl indexUrl()
|
||||
|
||||
QUrl versionListUrl(const QString &uid)
|
||||
{
|
||||
return rootUrl().resolved(uid + ".json");
|
||||
return rootUrl().resolved(uid + "/index.json");
|
||||
}
|
||||
|
||||
QUrl versionUrl(const QString &uid, const QString &version)
|
||||
|
||||
Reference in New Issue
Block a user