From 22ddddfe27069c7da09c3da33d0ddd6f3be181e9 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Mon, 22 Dec 2025 12:02:17 -0700 Subject: [PATCH] trucate caption title --- src/components/player/atoms/settings/CaptionsView.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/player/atoms/settings/CaptionsView.tsx b/src/components/player/atoms/settings/CaptionsView.tsx index 366f1931..31bee6e6 100644 --- a/src/components/player/atoms/settings/CaptionsView.tsx +++ b/src/components/player/atoms/settings/CaptionsView.tsx @@ -120,7 +120,15 @@ export function CaptionOption(props: { ) : null} - {props.children} + + {props.children} + {props.subtitleType && ( {props.subtitleType.toUpperCase()}