straw/strawApp
Cobb 22f4682608 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
..
src/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
build.gradle.kts Strip NewPipe: remove legacy :app + unused :desktopApp/:shared modules 2026-06-20 07:19:33 -07:00
proguard-rules.pro vc=59 cont: wire bg subs refresh + R8 keep + Settings UI 2026-05-26 11:38:04 -07:00