mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Send manga field through the server
This commit is contained in:
parent
3ab05c6777
commit
52953633e5
@ -54,6 +54,7 @@ QJsonObject YACReaderServerDataHelper::comicToJSON(const qulonglong libraryId, c
|
||||
json["title"] = comic.info.title.toString();
|
||||
json["number"] = comic.info.number.toInt();
|
||||
json["last_time_opened"] = comic.info.lastTimeOpened.toLongLong();
|
||||
json["manga"] = comic.info.manga.toBool();
|
||||
|
||||
return json;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user