Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Jul 19, 2023
2 parents 84501e4 + 65623bd commit 00d5643
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 00d5643

Please sign in to comment.