v1.5.2
nielsvanvelzen
released this
25 Jul 19:02
·
13 commits
to release-1.5.z
since this release
During the beta testing of our official Android TV app, we discovered two issues related to timezones. The first issue occurred when a LocalDateTime was included as a query parameter in a request, resulting in the omission of the timezone information and causing the server to interpret it as UTC. The second issue involved deserializing a LocalDateTime from a response body, where it was always interpreted as the local timezone instead of the server's consistent UTC timezone. These bugs have been present in the SDK for several releases. These issues are mostly notable in the Live TV functionality.
🔧 Bugfixes
- Fix LocalDateTime in URLBuilder missing timezone #969, by @nielsvanvelzen
- Fix timezone offset in DateTimeSerializer deserialization #970, by @nielsvanvelzen
Contributors
Compatibility
Info | Jellyfin version |
---|---|
Minimum API Version | 10.9.0 |
Recommended API Version | 10.9.8 |