Closed hypfvieh closed 3 years ago
Hey @hypfvieh, thank you for pointing that out. I think I remember fixing that before, might have been reintroduced during a rebase. Your fix is ok. Since you've done it already do you want to submit a PR or shall I do it ?
I created a pull request.
fixed in #41
When trying your example code with the current 'stable' of your library, I always get an error when the created-date is tried to be read:
When changing the FORMAT from
%Y-%m-%dT%H:%M:%S%.f%Z
to%Y-%m-%dT%H:%M:%S%.fZ
(not the missing % before 'Z') everything is working fine. I'm not sure if this is a proper fix, but the current version is unusable because every query for an artist will fail.