mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
fix: issue with opening trailer
This commit is contained in:
parent
cf69505ae6
commit
457e168fcb
1 changed files with 1 additions and 1 deletions
|
|
@ -860,7 +860,7 @@ const Player = () => {
|
|||
metaItem={player.metaItem?.content}
|
||||
seriesInfo={player.seriesInfo}
|
||||
closeSideDrawer={closeSideDrawer}
|
||||
selected={player.selected?.streamRequest.path.id}
|
||||
selected={player.selected?.streamRequest?.path?.id}
|
||||
/>
|
||||
</Transition>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue