mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
not used prop removed from libItem in CW
This commit is contained in:
parent
86f83940e2
commit
010758382c
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ const mapContinueWatchingPreviewState = (continue_watching_preview) => {
|
|||
name: libItem.name,
|
||||
poster: libItem.poster,
|
||||
posterShape: libItem.posterShape === 'landscape' ? 'square' : libItem.posterShape,
|
||||
videoId: libItem.state.video_id,
|
||||
progress: libItem.state.timeOffset > 0 && libItem.state.duration > 0 ?
|
||||
libItem.state.timeOffset / libItem.state.duration
|
||||
:
|
||||
|
|
|
|||
Loading…
Reference in a new issue