lbry-desktop/ui/component/viewers/videoViewer/internal
infinite-persistence 8aa831fe49
Recsys: fix resumed-send missing totalPlayTime
Ticket: 1751

## Issue
The `totalPlayTime` resides in the videojs plugin and is only sent to the recsys object in `onPlayerDispose`, so it missed the redux rehydration in the browser close/refresh scenario.

## Change
Update the recsys value for `totalPlayTime` immediately so that it'll be part of the redux stashing (and later, rehydration).

Note that recsys data is currently being saved to redux in a 15s interval. Will change that in the next commit.
2022-06-24 16:52:08 +08:00
..
effects Reuse videojs instance between video reload, return mobile UI plugin for iOS (#1512) 2022-06-10 12:18:58 -04:00
plugins Recsys: fix resumed-send missing totalPlayTime 2022-06-24 16:52:08 +08:00
ads.js MAKE ODYSEE EVEN MORE BEAUTIFUL (#539) 2022-02-11 13:50:55 -05:00
chapters.jsx Reuse videojs instance between video reload, return mobile UI plugin for iOS (#1512) 2022-06-10 12:18:58 -04:00
chromecast.js Fix chromecast title handling (#1685) 2022-06-14 00:34:35 -04:00
lbry-playback-rate.js Playback-rate: fix popup behavior (#1650) 2022-06-13 15:55:05 +02:00
lbry-volume-bar.js LbryVolumeBarClass: add documentation 2022-06-07 11:09:03 +08:00
overlays.js Add percentage video duration keybinds› 2022-03-29 22:39:01 -04:00
play-next.js Reuse videojs instance between video reload, return mobile UI plugin for iOS (#1512) 2022-06-10 12:18:58 -04:00
play-previous.js Reuse videojs instance between video reload, return mobile UI plugin for iOS (#1512) 2022-06-10 12:18:58 -04:00
videojs-events.jsx Reuse videojs instance between video reload, return mobile UI plugin for iOS (#1512) 2022-06-10 12:18:58 -04:00
videojs-functions.jsx Reuse videojs instance between video reload, return mobile UI plugin for iOS (#1512) 2022-06-10 12:18:58 -04:00
videojs-shortcuts.jsx Variable naming and doc cleanup 2022-06-07 11:19:55 +08:00
videojs.jsx Handle browsers that don't support IntersectionObserver (#1739) 2022-06-23 08:10:27 -04:00