Skip to content

Commit

Permalink
Fixed old unsponsored times sometimes being used.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Jul 27, 2019
1 parent 33fe630 commit 45f0d65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ function videoIDChange(id) {
lastTime = -1;
lastUnixTimeSkipped = -1;

//reset sponsor times
sponsorTimes = undefined;
UUIDs = undefined;

//reset sponsor data found check
sponsorDataFound = false;
sponsorsLookup(id);
Expand Down

0 comments on commit 45f0d65

Please sign in to comment.