mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
Fix for story arcs not being parsed from comicvine.
This commit is contained in:
committed by
ivanvranjic
parent
82dce8ab25
commit
cfb4e31af9
@ -29,6 +29,7 @@ public slots:
|
||||
void getVolumeComicsInfo(const QString &idVolume, int page = 1);
|
||||
void getAllVolumeComicsInfo(const QString &idVolume);
|
||||
QByteArray getComicDetail(const QString &id, bool &outError, bool &outTimeout);
|
||||
QByteArray getStoryArcDetail(const QString &id, bool &outError, bool &outTimeout);
|
||||
void getComicCover(const QString &url);
|
||||
|
||||
void getComicId(const QString &id, int comicNumber);
|
||||
|
Reference in New Issue
Block a user