NOISSUE take forge xz download url base from the metadata file

Instead of hardcoding it.
This commit is contained in:
Petr Mrázek
2018-11-04 13:41:21 +01:00
parent 58260da861
commit 8a7f1e405f
3 changed files with 6 additions and 6 deletions

View File

@ -105,7 +105,7 @@ QList< std::shared_ptr< NetAction > > Library::getDownloads(OpSys system, class
if (isForge)
{
qDebug() << "XzDownload for:" << rawName() << "storage:" << storage << "url:" << url;
out.append(ForgeXzDownload::make(storage, entry));
out.append(ForgeXzDownload::make(url, storage, entry));
}
else
{