Files
streamyfin/modules/mpv-player/android
Gauvain 80602ecd23 fix(mpv): re-emit tracksReady after FILE_LOADED to win the disable race
Initial subtitle selection now comes from JS on tracksReady; FILE_LOADED still
disables subtitles, which could wipe a JS selection that landed first on
embedded-only files (no later track-list change to re-fire). Re-emitting
tracksReady after the disable guarantees the idempotent JS re-apply always runs
last. Also guards the iOS track-id read against failure, matching Android.
2026-07-06 23:48:22 +02:00
..