Skip to content

2.0.2

Latest

Choose a tag to compare

@tfmart tfmart released this 16 Jul 23:57

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 date now 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 languageCode parameter; use the SBKTrackSearchMethod overload instead