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 // Captions
PlaybackButton( PlaybackButton(
enabled = subtitleStreams.isNotEmpty(), enabled = true,
iconRes = R.drawable.captions_svgrepo_com, iconRes = R.drawable.captions_svgrepo_com,
onClick = { onClick = {
onControllerInteractionForDialog.invoke() onControllerInteractionForDialog.invoke()