NOISSUE fix downloading of metadata files

This commit is contained in:
Petr Mrázek
2017-03-12 16:00:06 +01:00
parent ab868df50e
commit 8321187a20
10 changed files with 129 additions and 112 deletions

View File

@ -178,7 +178,7 @@ std::unique_ptr<Task> VersionList::localUpdateTask()
QString VersionList::localFilename() const
{
return m_uid + ".json";
return m_uid + "/index.json";
}
QJsonObject VersionList::serialized() const
{