Fixed a bug that caused the player to always start at 0:00
Added UIApplication.shared.beginReceivingRemoteControlEvents() to show a "now playing" notification
Fixed a bug that caused the cover to not load correctly
Added more remote transport commands
🔄 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/106
**Author:** [@rasmuslos](https://github.com/rasmuslos)
**Created:** 3/6/2022
**Status:** ✅ Merged
**Merged:** 3/6/2022
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (2)
- [`9253a9b`](https://github.com/advplyr/audiobookshelf-app/commit/9253a9bf6ea853870000df6a9191802b925a687f) Seek audio player to last known position
- [`979b74f`](https://github.com/advplyr/audiobookshelf-app/commit/979b74f516ce3ae278072408fb3eb0524ce92cad) Show "now playing" notification
### 📊 Changes
**2 files changed** (+81 additions, -42 deletions)
<details>
<summary>View changed files</summary>
📝 `ios/App/App/AppDelegate.swift` (+1 -0)
📝 `ios/App/App/MyNativeAudio.swift` (+80 -42)
</details>
### 📄 Description
- Fixed a bug that caused the player to always start at 0:00
- Added `UIApplication.shared.beginReceivingRemoteControlEvents()` to show a "now playing" notification
- Fixed a bug that caused the cover to not load correctly
- Added more remote transport commands
---
<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/106
Author: @rasmuslos
Created: 3/6/2022
Status: ✅ Merged
Merged: 3/6/2022
Merged by: @advplyr
Base:
master← Head:master📝 Commits (2)
9253a9bSeek audio player to last known position979b74fShow "now playing" notification📊 Changes
2 files changed (+81 additions, -42 deletions)
View changed files
📝
ios/App/App/AppDelegate.swift(+1 -0)📝
ios/App/App/MyNativeAudio.swift(+80 -42)📄 Description
UIApplication.shared.beginReceivingRemoteControlEvents()to show a "now playing" notification🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.