mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-11 20:40:54 +00:00
fix: correctly show the variant label instead
This commit is contained in:
parent
d5b73f8dc2
commit
3c417a3306
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ const SubtitleVariant = ({ track, selected, onSelect }: Props) => {
|
|||
return (
|
||||
<Button
|
||||
ref={buttonRef}
|
||||
title={track.label}
|
||||
title={variantLabel}
|
||||
onClick={onSelectClick}
|
||||
className={classNames(styles['variant-option'], { 'selected': selected })}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue