Merge branch 'develop' into feat/count-indicator

This commit is contained in:
lance chant
2026-07-12 11:04:32 +02:00
committed by GitHub
13 changed files with 462 additions and 292 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]);