[PR #339] [MERGED] Fix: Session currentTime is inaccurate for books with multiple tracks #1410

Closed
opened 2026-04-24 23:58:15 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/339
Author: @ronaldheft
Created: 8/30/2022
Status: Merged
Merged: 8/30/2022
Merged by: @advplyr

Base: masterHead: fix-ios-multitrack-currenttime


📝 Commits (2)

  • 711b079 Fix: Extra timeListening when player initializes
  • 9ee1203 Fix multi-track currentTime value

📊 Changes

1 file changed (+15 additions, -6 deletions)

View changed files

📝 ios/App/Shared/player/AudioPlayer.swift (+15 -6)

📄 Description

Found a bug where the currentTime was not factoring in the track index when updating the playback session. This is also includes #338 to prevent a merge conflict.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/339 **Author:** [@ronaldheft](https://github.com/ronaldheft) **Created:** 8/30/2022 **Status:** ✅ Merged **Merged:** 8/30/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `fix-ios-multitrack-currenttime` --- ### 📝 Commits (2) - [`711b079`](https://github.com/advplyr/audiobookshelf-app/commit/711b07996324f5dae514e5edf62ed5e6acbdd01a) Fix: Extra timeListening when player initializes - [`9ee1203`](https://github.com/advplyr/audiobookshelf-app/commit/9ee1203130f4370ce4cd97e5d59a04751dbbd4bf) Fix multi-track currentTime value ### 📊 Changes **1 file changed** (+15 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `ios/App/Shared/player/AudioPlayer.swift` (+15 -6) </details> ### 📄 Description Found a bug where the `currentTime` was not factoring in the track index when updating the playback session. This is also includes #338 to prevent a merge conflict. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-24 23:58:15 +02:00
adam closed this issue 2026-04-24 23:58:16 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1410