rryam / MusadoraKit

The ultimate companion to MusicKit.
http://exploringmusickit.com
MIT License
344 stars 22 forks source link

Fix the equivalent decode format #47

Closed caiyue1993 closed 1 month ago

caiyue1993 commented 1 month ago

Instead of let usSong: Song = try await MCatalog.equivalent(id: “1642657180”, targetStorefront: “us”) we should use let usSongs: MusicItemCollection<Song> = try await MCatalog.equivalent(id: “1642657180”, targetStorefront: “us”) because of the decode format.

And I've also attached Music Mate to the list as your excellent project is in use in our app.

Thanks!

rudrankriyam commented 1 month ago

Thank you for your contribution!