mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 14:52:13 +00:00
Pass currentlyPlayingVideoID into SideDrawer
This commit is contained in:
parent
d75c9b1d99
commit
73823e9e07
1 changed files with 1 additions and 0 deletions
|
|
@ -787,6 +787,7 @@ const Player = ({ urlParams, queryParams }) => {
|
|||
metaItem={player.metaItem?.content}
|
||||
seriesInfo={player.seriesInfo}
|
||||
closeSideDrawer={closeSideDrawer}
|
||||
currentlyPlayingVideoID={player.selected?.streamRequest.path.id}
|
||||
/>
|
||||
</Transition>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue