fix: issue with opening trailer

This commit is contained in:
Botzy 2025-08-18 17:14:23 +03:00
parent cf69505ae6
commit 457e168fcb

View file

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