straw/strawApp/src
Sulkta 426ae8fe4e Fix autoplay-next: play the next video instead of silently queuing it (vc=74 item 5)
At STATE_ENDED the finished video is still loaded (mediaItemCount==1), so enqueueLast appended the autoplay candidate at index 1 and the ENDED player never advanced to it — autoplay did nothing. Switch tryAutoplay to setPlayingFrom, which replaces + prepares + plays the next video. The old comment's 'queue is empty' assumption was the root error.
2026-06-20 09:56:08 -07:00
..
main Fix autoplay-next: play the next video instead of silently queuing it (vc=74 item 5) 2026-06-20 09:56:08 -07:00