mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-02 05:52:31 +01:00
Change url for cover xml data
This commit is contained in:
parent
0d9c27d20a
commit
35e64bbe1e
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user