add time to start (in seconds) to Play track event for new downloads #269

Merged
akinwale merged 3 commits from time-to-start into master 2018-08-30 19:11:04 +02:00
akinwale commented 2018-08-30 13:46:05 +02:00 (Migrated from github.com)
No description provided.
skhameneh (Migrated from github.com) reviewed 2018-08-30 13:46:05 +02:00
neb-b (Migrated from github.com) requested changes 2018-08-30 15:18:04 +02:00
neb-b (Migrated from github.com) left a comment

Another thing that was a pain in the desktop app is making sure the file/view request happens if a user leaves the page before the video started playing. This should still call a view event with no time_to_start

https://github.com/lbryio/lbry-desktop/blob/master/src/renderer/component/fileViewer/view.jsx#L81

Another thing that was a pain in the desktop app is making sure the `file/view` request happens if a user leaves the page before the video started playing. This should still call a view event with no `time_to_start` https://github.com/lbryio/lbry-desktop/blob/master/src/renderer/component/fileViewer/view.jsx#L81
neb-b (Migrated from github.com) commented 2018-08-30 15:16:28 +02:00

time_to_start should be using internal-apis.
https://github.com/lbryio/lbry-desktop/blob/master/src/renderer/component/fileViewer/view.jsx#L186

It also needs to be ms.

`time_to_start` should be using internal-apis. https://github.com/lbryio/lbry-desktop/blob/master/src/renderer/component/fileViewer/view.jsx#L186 It also needs to be `ms`.
neb-b (Migrated from github.com) approved these changes 2018-08-30 19:09:56 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-android#269
No description provided.