Saved play speed resets when connecting to or switching servers (iOS) #429

Closed
opened 2026-04-24 23:22:37 +02:00 by adam · 2 comments
Owner

Originally created by @benonymity on GitHub (Feb 1, 2023).

When switching server, or even clicking the connect to server button while offline, the saved play speed resets to zero. Is this stored variable tied to server configs on iOS?

Originally created by @benonymity on GitHub (Feb 1, 2023). When switching server, or even clicking the connect to server button while offline, the saved play speed resets to zero. Is this stored variable tied to server configs on iOS?
adam added the enhancement label 2026-04-24 23:22:37 +02:00
adam closed this issue 2026-04-24 23:22:37 +02:00
Author
Owner

@advplyr commented on GitHub (Feb 1, 2023):

I haven't figured out what is going on here yet but I believe it is related to upgrading the capacitor storage plugin. https://capacitorjs.com/docs/updating/4-0#storage

We switched from storing the playback rate on the server to storing it locally on the device, so we are only storing it locally using that plugin.

For some reason it isn't updating. Related or possible duplicate issue is #532

@advplyr commented on GitHub (Feb 1, 2023): I haven't figured out what is going on here yet but I believe it is related to upgrading the capacitor storage plugin. https://capacitorjs.com/docs/updating/4-0#storage We switched from storing the playback rate on the server to storing it locally on the device, so we are only storing it locally using that plugin. For some reason it isn't updating. Related or possible duplicate issue is #532
Author
Owner

@advplyr commented on GitHub (Feb 19, 2023):

Duplicate of #532

I'm pretty confident these are the same issue so merging them. iOS & Android

@advplyr commented on GitHub (Feb 19, 2023): Duplicate of #532 I'm pretty confident these are the same issue so merging them. iOS & Android
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#429