Thank you for this plugin. It's really awesome! I just found it about two weeks ago and want to keep reading so I can enter more data

.
If I go to the Genre view in edit reading goal and click on the date column in order to sort by date I get the following error:
Code:
calibre, version 7.16.0
FEHLER: Unbehandelter Ausnahmefehler: <b>TypeError</b>:'<' not supported between instances of 'QDateTime' and 'NoneType'
calibre 7.16 embedded-python: True
Linux-5.15.0-116-generic-x86_64-with-glibc2.38 Linux ('64bit', 'ELF')
('Linux', '5.15.0-116-generic', '#126-Ubuntu SMP Mon Jul 1 10:14:24 UTC 2024')
Python 3.11.5
Interface language: de
EXE path: /app/lib/calibre/bin/calibre
Traceback (most recent call last):
File "calibre_plugins.Reading_Goal.main", line 3337, in __lt__
return first < second
^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'QDateTime' and 'NoneType'
In shelf view there is no problem sorting by date.
Thank you for your great work!