mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-07-25 22:18:38 +02:00
[PR #339] [MERGED] Fix: Session currentTime is inaccurate for books with multiple tracks #1410
Reference in New Issue
Block a user
📋 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:
master← Head:fix-ios-multitrack-currenttime📝 Commits (2)
711b079Fix: Extra timeListening when player initializes9ee1203Fix 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
currentTimewas 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.