not used prop removed from libItem in CW

This commit is contained in:
nklhrstv 2020-04-06 15:29:18 +03:00
parent 86f83940e2
commit 010758382c

View file

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