tidal-music / tidal-sdk-ios

TIDAL SDK for iOS
Apache License 2.0
16 stars 1 forks source link

[Player] Fix AVQueuePlayerWrapper.canPlay() for PlayableOfflinedMediaProduct #129

Closed asendra closed 3 weeks ago

asendra commented 3 weeks ago

Although the functionality was working correctly, it was by luck. We had a sily mistake where we weren't properly identifying PlayableOfflinedMediaProduct plays comming from our OfflineEngine as offlined, so the check we were doing inside AVQueuePlayerWrapper.canPlay() was incorrect once that was fixed.

This PR solves both issues: