mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-30 15:17:14 +02:00
Fix player session restoration events
This commit is contained in:
@@ -155,10 +155,6 @@ public class AbsDatabase: CAPPlugin {
|
||||
call.reject("Failed to report synced media progress")
|
||||
}
|
||||
}
|
||||
|
||||
// If we're syncing progress with the server, we also have the UI ready
|
||||
// This will restore the player to the last playback session
|
||||
NotificationCenter.default.post(name: NSNotification.Name(PlayerEvents.playerUserInterfaceReady.rawValue), object: nil)
|
||||
}
|
||||
|
||||
@objc func syncServerMediaProgressWithLocalMediaProgress(_ call: CAPPluginCall) {
|
||||
|
||||
Reference in New Issue
Block a user