mirror of
https://github.com/YACReader/yacreader
synced 2025-05-27 19:00:29 -04:00
Typo in ComicVine field
This commit is contained in:
parent
43c80546aa
commit
175f533b75
@ -538,7 +538,7 @@ ComicDB ComicVineDialog::parseComicInfo(ComicDB &comic, const QString &json, int
|
||||
comic.info.coverArtist = coverArtist;
|
||||
}
|
||||
|
||||
if (result.contains("cover_date") && !result.value("conver_date").isNull()) {
|
||||
if (result.contains("cover_date") && !result.value("cover_date").isNull()) {
|
||||
QString date = result.value("cover_date").toString();
|
||||
|
||||
QStringList tempList = date.split("-");
|
||||
|
Loading…
Reference in New Issue
Block a user