This commit is contained in:
Horis 2023-07-19 10:05:45 +08:00
parent 11d5d4cb2a
commit 65623bd001

View File

@ -356,8 +356,8 @@ class HttpReadAloudService : BaseReadAloudService(),
override fun onMediaItemTransition(mediaItem: MediaItem?, reason: Int) {
if (reason == Player.MEDIA_ITEM_TRANSITION_REASON_PLAYLIST_CHANGED) return
upPlayPos()
playNext()
upPlayPos()
}
override fun onPlayerError(error: PlaybackException) {