KoenZomers / RingRecordingDownload

Console Application for Windows, Raspberry Pi, Linux and macOS which allows for downloading of Ring recorded events
Apache License 2.0
20 stars 9 forks source link

Fixes bug when calculating expiration of token #26

Closed danespinosa closed 1 month ago

danespinosa commented 1 month ago

ExpiresAt wasn't being set properly, so the refresh condition was never met and it would always throw an exception, there's a PR already fixing this but the contributor hasn't replied to the comments since april, this change addresses the requested changes.