pull/48/head
kunfei 5 years ago
parent e4d5dc3062
commit 6d345799e7
  1. 1
      app/src/main/java/io/legado/app/service/AudioPlayService.kt

@ -86,6 +86,7 @@ class AudioPlayService : BaseService(),
Action.resume -> resume()
Action.prev -> moveToPrev()
Action.next -> moveToNext()
Action.moveTo -> loadContent(intent.getIntExtra("index", AudioPlay.durChapterIndex))
Action.addTimer -> addTimer()
Action.setTimer -> setTimer(intent.getIntExtra("minute", 0))
Action.adjustProgress -> adjustProgress(intent.getIntExtra("position", position))

Loading…
Cancel
Save