mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix(Player): use player.selected.stream instead of videoState.stream for options menu
This commit is contained in:
parent
d090ac5952
commit
f7a2fdc404
1 changed files with 1 additions and 1 deletions
|
|
@ -679,7 +679,7 @@ const Player = ({ urlParams, queryParams }) => {
|
|||
optionsMenuOpen ?
|
||||
<OptionsMenu
|
||||
className={classnames(styles['layer'], styles['menu-layer'])}
|
||||
stream={videoState.stream}
|
||||
stream={player.selected.stream}
|
||||
/>
|
||||
:
|
||||
null
|
||||
|
|
|
|||
Loading…
Reference in a new issue