0.15.0 - Snow
Full Changelog: 0.14.7...0.15.0
New Features
handleInterruption
now contains more data provided for each interruption type- Metadata events are now
[AVTimedMetadataGroup ]
instead of[AVMetadataItem]
- We now detect metadata chapters and return them thanks to support for
[AVTimedMetadataGroup]
Improvements
- Remove deprecated way of observing metadata changes
- When going
next() or previous()
, it will take into account whether music was playing or not previously
Bug Fixes
- Allow seek right after load (@jspizziri)
- Fix bug with next/previous methods when repeat mode was track
- Fix bug where you could not call
addItems
at index 0 when queue was empty