mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 00:58:32 -04:00
Include "last_time_opened" in JSON serialization
This commit is contained in:
parent
c84fc20419
commit
fe15bc2ba8
@ -53,6 +53,7 @@ QJsonObject YACReaderServerDataHelper::comicToJSON(const qulonglong libraryId, c
|
||||
json["cover_size_ratio"] = comic.info.coverSizeRatio.toFloat();
|
||||
json["title"] = comic.info.title.toString();
|
||||
json["number"] = comic.info.number.toInt();
|
||||
json["last_time_opened"] = comic.info.lastTimeOpened.toLongLong();
|
||||
|
||||
return json;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user