AppleMusicKit icon indicating copy to clipboard operation
AppleMusicKit copied to clipboard

Results 4 AppleMusicKit issues
Sort by recently updated
recently updated
newest added

I can't figure out how to read the results that I get using framework's fetcher. For example: public func GetMyRecomendations(_ result: @escaping ([MusicItem]) -> Void) { let authorization = Authorization(developerToken:...

PaginatorRequest Line: 25 let parameters = [String: Any](uniqueKeysWithValues: comps.queryItems?.map { ($0.name, $0.value ?? "") } ?? []) Thanks

I need to get the URL of the artwork of a song. It seems that the Artwork type has no public properties currently.