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:
Luis Ángel San Martín
2025-05-04 21:50:36 +02:00
parent e7652355de
commit e5f02bebe5
9 changed files with 83 additions and 40 deletions

View File

@ -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);
}