This commit is contained in:
kunfei
2022-03-30 11:36:38 +08:00
parent 88163b0534
commit d58a279ee2

View File

@@ -167,6 +167,10 @@ class AudioPlayService : BaseService(),
private fun resume() {
try {
pause = false
if (url.isEmpty()) {
loadContent()
return
}
if (!exoPlayer.isPlaying) {
exoPlayer.play()
}