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
@ -66,6 +66,8 @@ protected slots:
|
||||
private:
|
||||
QString getCharacters(const QScriptValue &json_characters);
|
||||
QMap<QString, QString> getAuthors(const QScriptValue &json_authors);
|
||||
QPair<QString, QString> getFirstStoryArcIdAndName(const QScriptValue &json_story_arcs);
|
||||
QPair<QString, QString> getArcNumberAndArcCount(const QString &storyArcId, const QString &comicId);
|
||||
|
||||
void toggleSkipButton();
|
||||
|
||||
|
Reference in New Issue
Block a user