mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 17:18:23 -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["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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user