1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00

improve beacon

This commit is contained in:
Daniel 2021-08-02 17:14:31 -03:00
parent 3a53551c27
commit 43c0b02220

View file

@ -448,7 +448,7 @@ function addView(videos_id, currentTime) {
addViewBeaconTimeout = setTimeout(function () {
addViewBeacon();
} // update the time watched
, 100);
, 500);
} else {
videoViewAdded = videos_id;