mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Tag comics from ComicVine should be marked as edited
This commit is contained in:
parent
cf400e39cf
commit
0ee18b0aea
@ -599,6 +599,8 @@ ComicDB ComicVineDialog::parseComicInfo(ComicDB &comic, const QString &json, int
|
|||||||
comic.info.count = count;
|
comic.info.count = count;
|
||||||
|
|
||||||
comic.info.publisher = publisher;
|
comic.info.publisher = publisher;
|
||||||
|
|
||||||
|
comic.info.edited = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return comic;
|
return comic;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user