NuvioStreaming/composeApp
neerajlovecyber 87dfe99c21 fix: reuse loaded streams when Next Episode tapped during autoplay countdown
When the autoplay job has already located a stream for the next episode
and the countdown (3-2-1) is running, tapping the Next button cancels
the countdown coroutine and relaunches the full stream search from
scratch. This causes a visible 'Searching...' flicker and unnecessary
re-fetching of streams that were already found.

Fix: in playNextEpisode(), check episodeStreamsState for already-loaded
streams before starting a new search. If streams are present, cancel
the running job and immediately play the first one. Falls back to the
full search path only when no streams are yet available.
2026-07-23 21:17:58 +05:30
..
libs build: update quickjs-kt library AAR with JNI optimizations and leak fixes 2026-06-14 13:19:41 +03:00
src fix: reuse loaded streams when Next Episode tapped during autoplay countdown 2026-07-23 21:17:58 +05:30
build.gradle.kts feat: migrate navigation to Nav3 and native iOS 2026-07-10 14:58:49 +05:30
proguard-rules.pro update proguard rules and bump version 2026-06-22 21:12:43 +05:30