mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 14:52:13 +00:00
fix(MetaDetails): trailers button crash
This commit is contained in:
parent
63aecc6764
commit
8c985619b8
1 changed files with 1 additions and 1 deletions
|
|
@ -848,7 +848,7 @@ const Player = ({ urlParams, queryParams }) => {
|
|||
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