Merge pull request #957 from Stremio/fix/trailers-button-crash
Some checks failed
Build / build (push) Has been cancelled

fix(MetaDetails): trailers button crash
This commit is contained in:
Timothy Z. 2025-06-28 14:57:18 +03:00 committed by GitHub
commit 0b16f1c80e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>
{