999315c Massively improved the MPNowPlayingInfoCenter
📊 Changes
1 file changed (+133 additions, -169 deletions)
View changed files
📝ios/App/App/MyNativeAudio.swift (+133 -169)
📄 Description
Covers don't get fetched every time the metadata is updated
Seeking/playing/pausing are handled correctly
If you are wondering, the method returned when the player wasn't playing, which resulted in funny things happening when you seek/play/pause. I also added a seek method, which updated the MP-state
🔄 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/107
**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 (1)
- [`999315c`](https://github.com/advplyr/audiobookshelf-app/commit/999315ca91656cce886441dcf10b15b921fc298e) Massively improved the MPNowPlayingInfoCenter
### 📊 Changes
**1 file changed** (+133 additions, -169 deletions)
<details>
<summary>View changed files</summary>
📝 `ios/App/App/MyNativeAudio.swift` (+133 -169)
</details>
### 📄 Description
- Covers don't get fetched every time the metadata is updated
- Seeking/playing/pausing are handled correctly
If you are wondering, the method returned when the player wasn't playing, which resulted in funny things happening when you seek/play/pause. I also added a `seek` method, which updated the MP-state
---
<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/107
Author: @rasmuslos
Created: 3/6/2022
Status: ✅ Merged
Merged: 3/6/2022
Merged by: @advplyr
Base:
master← Head:master📝 Commits (1)
999315cMassively improved the MPNowPlayingInfoCenter📊 Changes
1 file changed (+133 additions, -169 deletions)
View changed files
📝
ios/App/App/MyNativeAudio.swift(+133 -169)📄 Description
If you are wondering, the method returned when the player wasn't playing, which resulted in funny things happening when you seek/play/pause. I also added a
seekmethod, which updated the MP-state🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.