mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Try to always get some description for single volume issues
If the issue doesn't have a description it will get the volume description.
This commit is contained in:
@ -4,9 +4,11 @@
|
||||
|
||||
#include "comic_db.h"
|
||||
|
||||
struct SelectedVolumeInfo;
|
||||
|
||||
namespace YACReader {
|
||||
|
||||
ComicDB parseCVJSONComicInfo(ComicDB &comic, const QString &json, int count, const QString &publisher);
|
||||
ComicDB parseCVJSONComicInfo(ComicDB &comic, const QString &json, const SelectedVolumeInfo &volumeInfo);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user