mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Send manga field through the server
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user