Merge branch 'development' of github.com:Stremio/stremio-web into development

This commit is contained in:
nklhrstv 2022-11-25 14:35:07 +02:00
commit a606e3fc2b

View file

@ -240,7 +240,10 @@ const Player = ({ urlParams, queryParams }) => {
[]
},
autoplay: true,
time: player.libraryItem !== null && player.selected.streamRequest !== null && player.libraryItem.state.video_id === player.selected.streamRequest.id ?
time: player.libraryItem !== null &&
player.selected.streamRequest !== null &&
player.selected.streamRequest.path !== null &&
player.libraryItem.state.video_id === player.selected.streamRequest.path.id ?
player.libraryItem.state.timeOffset
:
0,