Change url for cover xml data

This commit is contained in:
Sude 2013-11-14 15:52:14 +02:00
parent 0d9c27d20a
commit 35e64bbe1e

View File

@ -76,7 +76,7 @@ int Downloader::init()
return this->login();
if (!config.bNoCover && config.bDownload && !config.bUpdateCheck)
coverXML = this->getResponse("https://sites.google.com/site/gogdownloader/GOG_covers_v2.xml");
coverXML = this->getResponse("https://sites.google.com/site/gogdownloader/covers.xml");
if (config.bCheckOrphans) // Always check everything when checking for orphaned files
{