Marin Bînzari
Marin Bînzari
Hello. Can we assume that this pull request will be merged soon as it blocks the usage of the bundle on Symfony 4 ?
Currently only adding songs to a playlist is supported ( https://developer.apple.com/documentation/applemusicapi/playlists ). Waiting for the feature to appear in the MusicKit.
Hi @NicoAiko. This seems to be a limitation from Apple. Probably the song is not playable in your region. Could you try playing the song from iPhone/iPad/iTunes? Does it play?
Still reproducing. I have added the music of an artist which is not on Apple Music to My library. It was downloaded OK on iPhone but it can't be played...
The only network call made is `POST https://universal-activity-service.itunes.apple.com/play` but has empty response. Error found in console 36 times `Uncaught (in promise) DOMException: Failed to execute 'update' on 'MediaKeySession': Rejected with...
Overriding final class constants should return error https://psalm.dev/r/867638ab8b?php=8.1
Hello, as another recommendation I would suggest to use a cache pool if you don't do it already. We also had slow responses from the CRM as we forgot to...
Seems there is already a PR for it, but it's not linked: #5024
A suggestion I would make is to replace the comments in NullAdapter and NullCacheItem with `@inheritDoc` in order to use the phpdocs from the interface itself. WDYT?
Hi @georged, in that case, the PR #82 needs to be reverted as the `src/Cache/NullAdapter.php` and `src/Cache/NullCacheItem.php` are not compatible with psr/cache v3 (see the PR description with the error)....