mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 12:37:05 +03:00
Fixed old unsponsored times sometimes being used.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user