Files
streamyfin/app/(auth)
Gauvain 33ca07ca82 fix(tv): apply subtitle selection after the modal route is dismissed
The TV subtitle modal is a separate route; running the selection callback before
router.back() meant a navigating selection (replacePlayer for a burned-in switch
while transcoding) targeted the modal route and was swallowed. Close first, then
run the callback via InteractionManager.runAfterInteractions.
2026-07-06 23:48:49 +02:00
..