mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-29 06:37:16 +02:00
Fixed closePlayback
This commit is contained in:
@@ -50,6 +50,8 @@ public class AbsAudioPlayer: CAPPlugin {
|
||||
}
|
||||
}
|
||||
@objc func closePlayback(_ call: CAPPluginCall) {
|
||||
NSLog("Close playback")
|
||||
|
||||
PlayerHandler.stopPlayback()
|
||||
call.resolve()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user