New bug in the latest stable version: I have two books with two 100% entries that can't be deleted. This results in them to appear as rereading (x1). These are books that I finished in the version before.
Spoiler:
Code:
"8276": {
"authors": [
"Marjorie Wilkins Campbell"
],
"date": {
"__class__": "datetime.datetime",
"__value__": "2023-08-29T06:49:55+00:00"
},
"genre": "Canada, History",
"last_year_pages": 0,
"page_count": 176,
"read_pages": 176,
"records": {
"2": {
"date": {
"__class__": "datetime.datetime",
"__value__": "2023-08-28T00:53:20+00:00"
},
"read_pages": 146,
"status": 83
},
"3": {
"date": {
"__class__": "datetime.datetime",
"__value__": "2023-08-28T11:55:16.687177+00:00"
},
"read_pages": 162,
"status": 92
},
"5": {
"date": {
"__class__": "datetime.datetime",
"__value__": "2023-08-29T06:49:55.789943+00:00"
},
"read_pages": 176,
"status": 100
},
"6": {
"date": {
"__class__": "datetime.datetime",
"__value__": "2023-08-29T06:49:55+00:00"
},
"read_pages": 176,
"status": 100
}
},
"reread_count": 1,
"shelf": "Rereading",
"status": 100,
"title": "The Nor'westers",
"title_sort": "Nor'westers, The"
},
I think this may be caused by my 'mark as read/abandoned' Action Chain:
I did notice some duplicate entries - my 'set percent read' chain also changes #lastread and #percentread. It hasn't happened in this release though. (I deleted a few - I think that's why 1 and 4 are missing from the records in the json.)