Wholphin/app/src/main/java/com/github/damontecres/wholphin
Ray 4f1c730736
Don't process reqeued MPV commands (#633)
## Description
This is an embarrassing bug... In #619, a change was made to avoid a
race condition and wait for the video output surface to be ready by
re-enqueuing commands. Except I missed cancelling executing the current
command.

This meant the command would both be executed and queued again. So, if
attaching the video surface takes a while, such as needing to wait for a
refresh rate change, _a lot_ of commands could have been added to the
queue and trigger a constant start-stop playback loop.

I think technically it would eventually resolve itself, but can take a
while.

### Related issues
Should fix #626
2026-01-04 17:25:43 -05:00
..
data More subtitle selection fixes (#630) 2026-01-04 17:06:54 -05:00
preferences Support resolution switching (#597) 2025-12-31 17:11:30 -05:00
services More subtitle selection fixes (#630) 2026-01-04 17:06:54 -05:00
ui More subtitle selection fixes (#630) 2026-01-04 17:06:54 -05:00
util Don't process reqeued MPV commands (#633) 2026-01-04 17:25:43 -05:00
MainActivity.kt Fixes websocket subscription, date invalidation, & theme music (#616) 2026-01-01 22:19:36 -05:00
WholphinApplication.kt Add resume/continue watching items to Android TV watch next row (#372) 2025-12-27 15:40:45 -05:00