NOISSUE Always follow redirects for NetAction based downloads

This commit is contained in:
Petr Mrázek
2014-12-12 00:44:55 +01:00
parent a060d79c12
commit bbcd44a657
6 changed files with 36 additions and 48 deletions

View File

@ -114,7 +114,6 @@ void LegacyJarModPage::on_addForgeBtn_clicked()
{
NetJob *fjob = new NetJob("Forge download");
auto cacheDl = CacheDownload::make(forge->universal_url, entry);
cacheDl->m_followRedirects = true;
fjob->addNetAction(cacheDl);
ProgressDialog dlg(this);
dlg.exec(fjob);