This release fixes album metadata decoding for releases without contributor information and updates dependencies and tooling.
Changed
- Updated Go module dependencies including
golang.org/x/crypto,golang.org/x/text, andtestify. - Added golangci-lint to CI for static analysis and lint checks.
Fixed
- Fixed album metadata decoding failing when Deezer returns
ALB_CONTRIBUTORSas an empty array, which affected certain soundtracks and various-artist albums. Song contributor fields now handle the same shape defensively.