Enable subtitles button when no subtitle tracks

This commit is contained in:
Damontecres 2025-10-31 14:37:30 -04:00
parent e9e5aee01c
commit 26cc092402
No known key found for this signature in database

View file

@ -379,7 +379,7 @@ fun RightPlaybackButtons(
) {
// Captions
PlaybackButton(
enabled = subtitleStreams.isNotEmpty(),
enabled = true,
iconRes = R.drawable.captions_svgrepo_com,
onClick = {
onControllerInteractionForDialog.invoke()