rryam / MusadoraKit

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

Adding Songs to playList takes time #40

Closed Abdulganiylawal closed 6 months ago

Abdulganiylawal commented 6 months ago
Screenshot 2024-05-02 at 17 51 43

The add function initially returns false, but after some time, the songs are successfully added to the playlist and I keep getting this error Attempted to register account monitor for types client is not authorized to access: {( "com.apple.account.iTunesStore" )}

rudrankriyam commented 6 months ago

The error:

Attempted to register account monitor for types client is not authorized to access: {(
"com.apple.account.iTunesStore"
)}

Can be ignored as it is not relevant.

For the first part, it does take some time to add songs to the playlist, similar to how it takes some time to create a new playlist. I will look into it on how the success should wait and return true when the songs are added

Abdulganiylawal commented 6 months ago

Okay.Thanks