This commit is contained in:
kunfei
2022-04-26 08:20:44 +08:00
parent 0239cb03e0
commit ab03bb3ce5
@@ -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()
}