Merge branch 'develop' into fix/subtitle-track-selection

This commit is contained in:
Gauvain
2026-07-07 23:27:23 +02:00
committed by GitHub
13 changed files with 462 additions and 292 deletions

View File

@@ -567,6 +567,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]);