handleRandomSelect()}
- selected={!!selectedCaptionId}
- loading={isRandomSelecting}
- >
-
- {t("player.menus.subtitles.autoSelectChoice")}
- {selectedCaptionId && (
-
- {t("player.menus.subtitles.autoSelectDifferentChoice")}
-
- )}
-
-
+ {/* Automatically select subtitles option */}
+ {captions.length > 0 && (
+