This commit is contained in:
kunfei
2022-04-26 08:20:44 +08:00
parent 5136e35546
commit e553c184ad

View File

@@ -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()
}