We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6338a9 + 2d4ca23 commit 83d331cCopy full SHA for 83d331c
1 file changed
cps/kobo.py
@@ -811,6 +811,8 @@ def HandleStateRequest(book_uuid):
811
812
ub.session.merge(kobo_reading_state)
813
ub.session_commit()
814
+ update_results_response["LastModified"] = convert_to_kobo_timestamp_string(kobo_reading_state.last_modified)
815
+ update_results_response["PriorityTimestamp"] = convert_to_kobo_timestamp_string(kobo_reading_state.priority_timestamp)
816
return jsonify({
817
"RequestResult": "Success",
818
"UpdateResults": [update_results_response],
0 commit comments