tidal-music / tidal-sdk-ios

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

[Player] Update configuration object inside OfflineEngine #126

Closed asendra closed 3 weeks ago

asendra commented 3 weeks ago

We had a silly bug inside OfflineEngine

We are using a struct for the configuration type instead of a class, so when we pass it around, it is a copy, not a reference. When the quality is changed by the client, we are not updating the configuration object in the OfflineEngine