mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-30 22:59:35 +02:00
Removed unnecessary comment
This commit is contained in:
parent
0708133779
commit
1959351125
1 changed files with 0 additions and 28 deletions
|
@ -171,32 +171,4 @@ public class AbsAudioPlayer: CAPPlugin {
|
||||||
@objc func sendPlaybackSession(session: [String: Any]) {
|
@objc func sendPlaybackSession(session: [String: Any]) {
|
||||||
self.notifyListeners("onPlaybackSession", data: session)
|
self.notifyListeners("onPlaybackSession", data: session)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
IMPLEMENTED:
|
|
||||||
|
|
||||||
* cancelSleepTimer
|
|
||||||
decreaseSleepTime (millis)
|
|
||||||
increaseSleepTime (millis)
|
|
||||||
* getSleepTimerTime (millis)
|
|
||||||
* setSleepTimer (millis)
|
|
||||||
* closePlayback
|
|
||||||
* setPlaybackSpeed
|
|
||||||
* seekBackward
|
|
||||||
* seekForward
|
|
||||||
* seek
|
|
||||||
* playPause
|
|
||||||
* playPlayer
|
|
||||||
* pausePlayer
|
|
||||||
* getCurrentTime
|
|
||||||
|
|
||||||
* onPlaybackSession
|
|
||||||
* onPrepareMedia
|
|
||||||
|
|
||||||
* onPlaybackClosed
|
|
||||||
* onPlayingUpdate
|
|
||||||
* onMetadata
|
|
||||||
onSleepTimerEnded (millis)
|
|
||||||
onSleepTimerSet (millis)
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue