mirror of
https://github.com/YACReader/yacreader
synced 2025-09-06 13:25:03 -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["title"] = comic.info.title.toString();
|
||||||
json["number"] = comic.info.number.toInt();
|
json["number"] = comic.info.number.toInt();
|
||||||
json["last_time_opened"] = comic.info.lastTimeOpened.toLongLong();
|
json["last_time_opened"] = comic.info.lastTimeOpened.toLongLong();
|
||||||
|
json["manga"] = comic.info.manga.toBool();
|
||||||
|
|
||||||
return json;
|
return json;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user