LeoKlaus / plappa

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

[BUG] Playback Progress is not saved in some instances #1

Closed LeoKlaus closed 3 months ago

LeoKlaus commented 5 months ago

In some instances (likely when resuming playback through control center or something like a car stereo), playback progress is not registered.

This might be caused by the app being terminated in the background and just the AVPlayer respawning for playback.

LeoKlaus commented 3 months ago

The underlying issue here is the same as in #8. The ABS ApiHandler fails to initialize after plappa has been in the background for some time (on my 11 Pro Max a few minutes is enough). I'm still investigating what's causing this.

LeoKlaus commented 3 months ago

This should be fixed with the last update.