mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 08:25:03 -04:00
fixed comic vine integration by using the new url, a new setting has been added so future binaries should be able to solve issues like this by setting the base url in the .ini file
This commit is contained in:
@ -41,6 +41,7 @@ protected slots:
|
||||
|
||||
protected:
|
||||
QSettings * settings;
|
||||
QString baseURL;
|
||||
|
||||
};
|
||||
#endif // COMIC_VINE_CLIENT_H
|
||||
|
Reference in New Issue
Block a user