lbry-desktop/ui/component/viewers/videoViewer/internal/plugins
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
..
videojs-hls-quality-selector dont show quality selector with default quality on non transcoded (#1670) 2022-06-10 14:48:48 -04:00
videojs-http-streaming--override Player icons patch (#1636) 2022-06-05 13:32:21 +02:00
videojs-i18n Fix remaining untranslated ctrls 2022-05-17 16:33:11 +08:00
videojs-mobile-ui Reuse videojs instance between video reload, return mobile UI plugin for iOS (#1512) 2022-06-10 12:18:58 -04:00
videojs-overlay Fix warnings 2022-03-23 17:09:17 -04:00
videojs-recsys Recsys: fix resumed-send missing totalPlayTime 2022-06-24 16:52:08 +08:00