pull/1822/head
kunfei 3 years ago
parent 5136e35546
commit e553c184ad
  1. 2
      app/src/main/java/io/legado/app/service/AudioPlayService.kt

@ -148,7 +148,7 @@ class AudioPlayService : BaseService(),
exoPlayer.playWhenReady = true exoPlayer.playWhenReady = true
exoPlayer.prepare() exoPlayer.prepare()
}.onError { }.onError {
it.printOnDebug() AppLog.put("播放出错\n${it.localizedMessage}", it)
toastOnUi("$url ${it.localizedMessage}") toastOnUi("$url ${it.localizedMessage}")
stopSelf() stopSelf()
} }

Loading…
Cancel
Save