pull/1822/head
kunfei 2 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.prepare()
}.onError {
it.printOnDebug()
AppLog.put("播放出错\n${it.localizedMessage}", it)
toastOnUi("$url ${it.localizedMessage}")
stopSelf()
}

Loading…
Cancel
Save