[PR #1178] [MERGED] Update Now Playing info with correct default rate. #1512

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

📋 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: masterHead: master


📝 Commits (1)

  • 0f2cd3b 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)

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.

## 📋 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>
adam added the pull-request label 2026-04-24 23:58:59 +02:00
adam closed this issue 2026-04-24 23:58:59 +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#1512