From 4384781cf944a4ebfc3c88041c48898ec8e1680a Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Tue, 26 Aug 2025 23:14:52 -0600 Subject: [PATCH] Update CaptionsView.tsx --- src/components/player/atoms/settings/CaptionsView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/player/atoms/settings/CaptionsView.tsx b/src/components/player/atoms/settings/CaptionsView.tsx index f7cad384..1babea73 100644 --- a/src/components/player/atoms/settings/CaptionsView.tsx +++ b/src/components/player/atoms/settings/CaptionsView.tsx @@ -118,7 +118,7 @@ export function CaptionOption(props: { className={classNames( "ml-2 px-2 py-0.5 rounded text-white text-xs font-semibold overflow-hidden text-ellipsis whitespace-nowrap", { - "bg-blue-500": props.subtitleSource === "wyzie", + "bg-blue-500": props.subtitleSource.includes("wyzie"), "bg-orange-500": props.subtitleSource === "opensubs", "bg-purple-500": props.subtitleSource === "febbox", },