NOISSUE fix downloading of metadata files
This commit is contained in:
parent
ab868df50e
commit
8321187a20
10 changed files with 129 additions and 112 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue