Note: I've observed that sometimes playback does stop when seeking. I logged this as #354. This was occurring before this PR as well. I will look at that too, but this is more important to get out the door.
🔄 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/355
**Author:** [@ronaldheft](https://github.com/ronaldheft)
**Created:** 9/2/2022
**Status:** ✅ Merged
**Merged:** 9/2/2022
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `ios-bug-seek-multi-track`
---
### 📝 Commits (4)
- [`6257c64`](https://github.com/advplyr/audiobookshelf-app/commit/6257c6488ba69412e7f7841f54e8d9c3ce0a4ac7) Fix race condition with the player queue
- [`50f6b15`](https://github.com/advplyr/audiobookshelf-app/commit/50f6b15d233336d992d7f6f14c9b1bc5e21106bc) Refactor to ensure we aren't missing any update time
- [`021d63d`](https://github.com/advplyr/audiobookshelf-app/commit/021d63d973f2382996b1d5af14df1c4468018050) Fix seek jumping
- [`c02adfa`](https://github.com/advplyr/audiobookshelf-app/commit/c02adfa32615ce0cf62aa4fbea4c79bff686babe) Fix typo in if statement
### 📊 Changes
**1 file changed** (+91 additions, -69 deletions)
<details>
<summary>View changed files</summary>
📝 `ios/App/Shared/player/AudioPlayer.swift` (+91 -69)
</details>
### 📄 Description
Fixes #350.
Note: I've observed that sometimes playback does stop when seeking. I logged this as #354. This was occurring before this PR as well. I will look at that too, but this is more important to get out the door.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf-app/pull/355
Author: @ronaldheft
Created: 9/2/2022
Status: ✅ Merged
Merged: 9/2/2022
Merged by: @advplyr
Base:
master← Head:ios-bug-seek-multi-track📝 Commits (4)
6257c64Fix race condition with the player queue50f6b15Refactor to ensure we aren't missing any update time021d63dFix seek jumpingc02adfaFix typo in if statement📊 Changes
1 file changed (+91 additions, -69 deletions)
View changed files
📝
ios/App/Shared/player/AudioPlayer.swift(+91 -69)📄 Description
Fixes #350.
Note: I've observed that sometimes playback does stop when seeking. I logged this as #354. This was occurring before this PR as well. I will look at that too, but this is more important to get out the door.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.