mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-05 06:39:43 +00:00
Update CaptionsView.tsx
This commit is contained in:
parent
ede305c684
commit
4384781cf9
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue