mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-07-28 23:33:02 +00:00
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. |
||
|---|---|---|
| .. | ||
| libs | ||
| src | ||
| build.gradle.kts | ||
| proguard-rules.pro | ||