Go back 1.5 seconds when the player was paused for more than 5 seconds
Added speed controls to NowPlayingInfo
Fixed NowPlayingInfo when playing multiple books
Fixed Xcode project
🔄 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/117
**Author:** [@rasmuslos](https://github.com/rasmuslos)
**Created:** 3/22/2022
**Status:** ✅ Merged
**Merged:** 3/24/2022
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (8)
- [`37b5554`](https://github.com/advplyr/audiobookshelf-app/commit/37b5554b39c3f0ec640a70ac9418bbdd68d4f5f7) bump
- [`d8d0298`](https://github.com/advplyr/audiobookshelf-app/commit/d8d02984fd2ab418acf355c51c539e765be219fd) Go pack a few seconds when resuming after a long time
- [`d0b7a95`](https://github.com/advplyr/audiobookshelf-app/commit/d0b7a958aaa7bfa1c8acb6619f96f27b902256da) Moved to beginReceiving to player
- [`e998a03`](https://github.com/advplyr/audiobookshelf-app/commit/e998a03571fb5b6f7ebcbb76bd5a47499b61acf7) Moved NowPlaingInfo to its own class
- [`2d1e4b9`](https://github.com/advplyr/audiobookshelf-app/commit/2d1e4b9836de1dd64375233d4984292372fa3d32) updated proj
- [`40b9d4a`](https://github.com/advplyr/audiobookshelf-app/commit/40b9d4a0123666bb55c6692c4ce58d94ad68c36e) Merge branch 'advplyr:master' into master
- [`73602a5`](https://github.com/advplyr/audiobookshelf-app/commit/73602a51cec67aca2f3b39dbcae6bfe57264fe1d) match android app
- [`4f1f0e4`](https://github.com/advplyr/audiobookshelf-app/commit/4f1f0e4db78f444b2d1f648630cff6975c6851c5) Merge branch 'master' of https://github.com/rasmuslos/audiobookshelf-app
### 📊 Changes
**8 files changed** (+20081 additions, -106 deletions)
<details>
<summary>View changed files</summary>
📝 `ios/App/App.xcodeproj/project.pbxproj` (+40 -4)
📝 `ios/App/App/AppDelegate.swift` (+0 -1)
📝 `ios/App/App/audio/AudioPlayer.swift` (+56 -57)
📝 `ios/App/App/audio/MyNativeAudio.m` (+0 -0)
📝 `ios/App/App/audio/MyNativeAudio.swift` (+14 -14)
📝 `ios/App/App/models/Audiobook.swift` (+0 -0)
➕ `ios/App/App/util/NowPlayingInfo.swift` (+79 -0)
📝 `package-lock.json` (+19892 -30)
</details>
### 📄 Description
- Go back 1.5 seconds when the player was paused for more than 5 seconds
- Added speed controls to NowPlayingInfo
- Fixed NowPlayingInfo when playing multiple books
- Fixed Xcode project
---
<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/117
Author: @rasmuslos
Created: 3/22/2022
Status: ✅ Merged
Merged: 3/24/2022
Merged by: @advplyr
Base:
master← Head:master📝 Commits (8)
37b5554bumpd8d0298Go pack a few seconds when resuming after a long timed0b7a95Moved to beginReceiving to playere998a03Moved NowPlaingInfo to its own class2d1e4b9updated proj40b9d4aMerge branch 'advplyr:master' into master73602a5match android app4f1f0e4Merge branch 'master' of https://github.com/rasmuslos/audiobookshelf-app📊 Changes
8 files changed (+20081 additions, -106 deletions)
View changed files
📝
ios/App/App.xcodeproj/project.pbxproj(+40 -4)📝
ios/App/App/AppDelegate.swift(+0 -1)📝
ios/App/App/audio/AudioPlayer.swift(+56 -57)📝
ios/App/App/audio/MyNativeAudio.m(+0 -0)📝
ios/App/App/audio/MyNativeAudio.swift(+14 -14)📝
ios/App/App/models/Audiobook.swift(+0 -0)➕
ios/App/App/util/NowPlayingInfo.swift(+79 -0)📝
package-lock.json(+19892 -30)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.