Skip to content

Commit

Permalink
https://github.com/WWBN/AVideo/issues/5503
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielnetoDotCom committed Jul 30, 2021
1 parent 04d0e5e commit 6c524a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions view/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,11 +431,11 @@ function addView(videos_id, currentTime) {
return false;
}

if (videoViewAdded) {
if (videoViewAdded && videoViewAdded==videos_id) {
return false;
}

videoViewAdded = true;
videoViewAdded = videos_id;

last_videos_id = videos_id;
last_currentTime = currentTime;
Expand Down

0 comments on commit 6c524a4

Please sign in to comment.