roundware / roundware-ios-framework-v2

Roundware framework, updated for api v2 and re-built in Swift (as much as possible)
MIT License
1 stars 8 forks source link

Update listen tags through playlist parameters #56

Closed loafofpiecrust closed 3 years ago

loafofpiecrust commented 3 years ago

Instead of relying on UserDefaults to hold the right listen tags value, we allow application code to pass a list of tag IDs directly to the playlist. This simplifies the code and pushes handling of persisting user selection between launches to the app code.