mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -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.publisher = publisher;
|
||||
|
||||
comic.info.edited = true;
|
||||
}
|
||||
|
||||
return comic;
|
||||
|
Loading…
Reference in New Issue
Block a user