LeoKlaus / plappa

An Audiobook client for Jellyfin and AudioBookShelf, written in Swift/SwiftUI.
https://plappa.me
159 stars 0 forks source link

[BUG] CarPlay: selecting a book does not change to media playing screen #120

Closed timespaced closed 3 weeks ago

timespaced commented 3 weeks ago

Describe the bug In CarPlay, selecting a book does not change to media playing screen. The book begins playing, but the screen remains on the library screen.

To Reproduce Steps to reproduce the behavior:

  1. Open Plappa in CarPlay
  2. Select a book
  3. Book starts to play, but screen remains on the library screen and does not change to the media playing screen.

Expected behavior After selecting a book, I would expect the screen to switch to the media playing screen as the book starts to play.

Screenshots Can be provided if needed.

Logs N/A

Environment(please complete the following information):

LeoKlaus commented 3 weeks ago

Thank you for reporting this. The logic to switch to the now playing screen is in place but not called for some reason. I'm currently investigating why.

LeoKlaus commented 3 weeks ago

Found the issue and implemented a fix. It will release to TestFlight shortly and to the AppStore in the coming days.