[PR #108] [MERGED] Move the audio-player to its own file #1379

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/108
Author: @rasmuslos
Created: 3/7/2022
Status: Merged
Merged: 3/7/2022
Merged by: @advplyr

Base: masterHead: master


📝 Commits (2)

  • 52ec8b4 Seperate MyNativeAudio & Player
  • f9be511 Merge branch 'advplyr:master' into master

📊 Changes

3 files changed (+376 additions, -286 deletions)

View changed files

ios/App/App/AudioPlayer.swift (+258 -0)
ios/App/App/Audiobook.swift (+24 -0)
📝 ios/App/App/MyNativeAudio.swift (+94 -286)

📄 Description

  • Moved the player to its own file which makes future improvements easier
  • Squashed some bugs witch caused NowPlaiyngInfo to behave weird

🔄 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/108 **Author:** [@rasmuslos](https://github.com/rasmuslos) **Created:** 3/7/2022 **Status:** ✅ Merged **Merged:** 3/7/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`52ec8b4`](https://github.com/advplyr/audiobookshelf-app/commit/52ec8b4234811567e5511679a14a72fa898b0dd7) Seperate MyNativeAudio & Player - [`f9be511`](https://github.com/advplyr/audiobookshelf-app/commit/f9be51184d4436b98b0e8f89dbe27e443c62b64f) Merge branch 'advplyr:master' into master ### 📊 Changes **3 files changed** (+376 additions, -286 deletions) <details> <summary>View changed files</summary> ➕ `ios/App/App/AudioPlayer.swift` (+258 -0) ➕ `ios/App/App/Audiobook.swift` (+24 -0) 📝 `ios/App/App/MyNativeAudio.swift` (+94 -286) </details> ### 📄 Description - Moved the player to its own file which makes future improvements easier - Squashed some bugs witch caused NowPlaiyngInfo to behave weird --- <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:04 +02:00
adam closed this issue 2026-04-24 23:58:04 +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#1379