• 1.5.1 3621b66437

    john-okeefe released this 2026-05-27 17:33:39 -04:00 | 6 commits to main since this release

    AniTrack v1.5.1

    A small patch release to address a bug that prevented certain anime from loading when using MyAnimeList integration.

    Bug Fix

    MyAnimeList statistics parsing

    Fixed a crash that occurred when fetching anime details from MyAnimeList for titles where a statistics count (watching, completed, on_hold, dropped, or plan_to_watch) was zero. The MyAnimeList API returns non-zero counts as quoted strings (e.g. "8217") but zero counts as bare numbers (e.g. 0), which caused a JSON unmarshal error in the Go backend. A custom FlexString type now handles both formats transparently.

    Downloads