readium / swift-toolkit

A toolkit for ebooks, audiobooks and comics written in Swift
https://readium.org/mobile/
BSD 3-Clause "New" or "Revised" License
225 stars 96 forks source link

Fix one chapter audiobook navigation issue #291

Closed grighakobian closed 1 year ago

grighakobian commented 1 year ago

It's not possible to navigate to the first chapter when an audio book has only one chapter, this small PR will fix for that issue.

Hot to reproduce:

  1. Open an audiobook which has only one chapter
  2. Play the audio book
  3. Try to navigate to the first chapter

Expected result: The audio navigator should start playing from beginning.

Actual result: The player remains on current position, nothing get changed.