When rate and default rate don't match, third party apps (e.g. Bose Music) can mistake current status as scrubbing (and disable playback controls until the two match, which currently never happens in ABS until the user changes the playback rate back to 1).
🔄 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/1178
**Author:** [@indiefan](https://github.com/indiefan)
**Created:** 4/14/2024
**Status:** ✅ Merged
**Merged:** 4/27/2024
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (1)
- [`0f2cd3b`](https://github.com/advplyr/audiobookshelf-app/commit/0f2cd3b132e4a2aec6d9d1c8869fd1aa3048f6c1) Update Now Playing info with correct default rate so that third party apps don't mistake current status as scrubbing.
### 📊 Changes
**2 files changed** (+4 additions, -3 deletions)
<details>
<summary>View changed files</summary>
📝 `ios/App/Shared/player/AudioPlayer.swift` (+2 -1)
📝 `ios/App/Shared/util/NowPlayingInfo.swift` (+2 -2)
</details>
### 📄 Description
When rate and default rate don't match, third party apps (e.g. Bose Music) can mistake current status as scrubbing (and disable playback controls until the two match, which currently never happens in ABS until the user changes the playback rate back to 1).
Fixes #1177
---
<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/1178
Author: @indiefan
Created: 4/14/2024
Status: ✅ Merged
Merged: 4/27/2024
Merged by: @advplyr
Base:
master← Head:master📝 Commits (1)
0f2cd3bUpdate Now Playing info with correct default rate so that third party apps don't mistake current status as scrubbing.📊 Changes
2 files changed (+4 additions, -3 deletions)
View changed files
📝
ios/App/Shared/player/AudioPlayer.swift(+2 -1)📝
ios/App/Shared/util/NowPlayingInfo.swift(+2 -2)📄 Description
When rate and default rate don't match, third party apps (e.g. Bose Music) can mistake current status as scrubbing (and disable playback controls until the two match, which currently never happens in ABS until the user changes the playback rate back to 1).
Fixes #1177
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.