Merge branch 'feat/android-tv-exo' of https://github.com/streamyfin/streamyfin into feat/android-tv-exo

This commit is contained in:
Lance Chant
2026-07-14 10:55:40 +02:00
15 changed files with 465 additions and 295 deletions

View File

@@ -564,6 +564,9 @@ export const Controls: FC<Props> = ({
title: t("item_card.audio"),
options: audioOptions,
onSelect: handleAudioChange,
// In-player audio selection navigates (replacePlayer while transcoding);
// apply it after the modal is dismissed so it isn't swallowed.
deferApplyUntilDismissed: true,
});
controlsInteractionRef.current();
}, [showOptions, t, audioOptions, handleAudioChange]);