Skip to content

Version 2.1.0

Compare
Choose a tag to compare
@rudrankriyam rudrankriyam released this 07 Feb 14:15
· 419 commits to main since this release

Version 2.1.0

This release contains a method for getting the station tracks. This is not even possible in the Apple Music app, but with this method, you can get the station's tracks as a collection of songs. Think of it like the radio for a song on Spotify.

Usage:

let songs = try await MRecommendation.stationSongs(for: station, limit: 30)

As you can imagine, this is a private endpoint (but still accessible with MusicKit) and not intended for 3rd party developers to use. So, use it at your own risk.