ScrobbleKit 2.0.2
This release improves ScrobbleKit’s handling of inconsistent response formats from Last.fm.
- Fixed
getRecentTracks(...)failing when a single track is returned as an object instead of an array - Currently playing tracks without a
datenow decode correctly, while collection-based public APIs continue returning arrays - Extended single-object or array decoding to other collection-based responses throughout ScrobbleKit
- Removed the deprecated Track Get Info overload containing the unsupported
languageCodeparameter; use theSBKTrackSearchMethodoverload instead