Pass currentlyPlayingVideoID into SideDrawer

This commit is contained in:
Abdalrzag Eisa 2025-06-13 21:56:36 +03:00
parent d75c9b1d99
commit 73823e9e07
No known key found for this signature in database
GPG key ID: 4CD5A78B36195BC8

View file

@ -787,6 +787,7 @@ const Player = ({ urlParams, queryParams }) => {
metaItem={player.metaItem?.content}
seriesInfo={player.seriesInfo}
closeSideDrawer={closeSideDrawer}
currentlyPlayingVideoID={player.selected?.streamRequest.path.id}
/>
</Transition>
{