mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-12 13:20:45 +00:00
fix: pass correct prop to SideDrawer
This commit is contained in:
parent
dfaba09ef2
commit
a0d3a50122
1 changed files with 1 additions and 1 deletions
|
|
@ -787,7 +787,7 @@ const Player = ({ urlParams, queryParams }) => {
|
||||||
metaItem={player.metaItem?.content}
|
metaItem={player.metaItem?.content}
|
||||||
seriesInfo={player.seriesInfo}
|
seriesInfo={player.seriesInfo}
|
||||||
closeSideDrawer={closeSideDrawer}
|
closeSideDrawer={closeSideDrawer}
|
||||||
currentlyPlayingVideoID={player.selected?.streamRequest.path.id}
|
selectedVideoID={player.selected?.streamRequest.path.id}
|
||||||
/>
|
/>
|
||||||
</Transition>
|
</Transition>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue