yacreader/YACReaderLibrary/comic_vine/comic_vine_json_parser.h
Luis Ángel San Martín e5f02bebe5 Try to always get some description for single volume issues
If the issue doesn't have a description it will get the volume description.
2025-05-04 21:50:36 +02:00

16 lines
286 B
C++

#ifndef COMIC_VINE_JSON_PARSER_H
#define COMIC_VINE_JSON_PARSER_H
#include "comic_db.h"
struct SelectedVolumeInfo;
namespace YACReader {
ComicDB parseCVJSONComicInfo(ComicDB &comic, const QString &json, const SelectedVolumeInfo &volumeInfo);
}
#endif // COMIC_VINE_JSON_PARSER_H