mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 10:04:39 +02:00
iOS Update Realm schema version for new setting, update remote transport controls on device settings updated
This commit is contained in:
parent
f4f7252537
commit
9706c66a27
4 changed files with 9 additions and 3 deletions
|
@ -588,7 +588,7 @@ class AudioPlayer: NSObject {
|
|||
}
|
||||
|
||||
// MARK: - Now playing
|
||||
private func setupRemoteTransportControls() {
|
||||
func setupRemoteTransportControls() {
|
||||
DispatchQueue.runOnMainQueue {
|
||||
UIApplication.shared.beginReceivingRemoteControlEvents()
|
||||
}
|
||||
|
|
|
@ -135,6 +135,10 @@ class PlayerHandler {
|
|||
)
|
||||
}
|
||||
|
||||
public static func updateRemoteTransportControls() {
|
||||
self.player?.setupRemoteTransportControls()
|
||||
}
|
||||
|
||||
// MARK: - Helper logic
|
||||
|
||||
private static func cleanupOldSessions(currentSessionId: String?) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue