pull/48/head
kunfei 5 years ago
parent 863fe96ba5
commit 41a291d92d
  1. 2
      app/src/main/java/io/legado/app/service/AudioPlayService.kt

@ -167,7 +167,7 @@ class AudioPlayService : BaseService(),
override fun onError(mp: MediaPlayer?, what: Int, extra: Int): Boolean { override fun onError(mp: MediaPlayer?, what: Int, extra: Int): Boolean {
postEvent(Bus.AUDIO_STATE, Status.STOP) postEvent(Bus.AUDIO_STATE, Status.STOP)
launch { launch {
toast("error: $what $extra") toast("error: $what $extra $url")
} }
return true return true
} }

Loading…
Cancel
Save