Bug fixes (#680)

## Description
Gathering a couple final bug fixes

- Fixes the audio change dialog copy-paste error
This commit is contained in:
Ray 2026-01-12 15:53:09 -05:00 committed by GitHub
parent 8111f8bab2
commit 230b937048
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -182,7 +182,7 @@ fun PlaybackDialog(
// } // }
}, },
onSelectChoice = { _, choice -> onSelectChoice = { _, choice ->
onPlaybackActionClick.invoke(PlaybackAction.ToggleCaptions(choice.index)) onPlaybackActionClick.invoke(PlaybackAction.ToggleAudio(choice.index))
}, },
gravity = Gravity.END, gravity = Gravity.END,
) )