diff options
author | Ajay <[email protected]> | 2023-02-28 00:14:37 -0500 |
---|---|---|
committer | Ajay <[email protected]> | 2023-02-28 00:14:37 -0500 |
commit | 419f0e09077ad4f608b4a60f615ccd994e85f194 (patch) | |
tree | 464a555bc31e751a1c5179b1ef27c78636ab8165 /src/content.ts | |
parent | c0954b281937b431fbc3fe44173484b079f1e245 (diff) | |
download | SponsorBlock-419f0e09077ad4f608b4a60f615ccd994e85f194.tar.gz SponsorBlock-419f0e09077ad4f608b4a60f615ccd994e85f194.zip |
Fix duplicate code
Diffstat (limited to 'src/content.ts')
-rw-r--r-- | src/content.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/content.ts b/src/content.ts index 9ea13036..38872edd 100644 --- a/src/content.ts +++ b/src/content.ts @@ -555,7 +555,6 @@ async function startSponsorSchedule(includeIntersectingSegments = false, current currentTime = getVirtualTime(); } clearWaitingTime(); - lastTimeFromWaitingEvent = null; updateActiveSegment(currentTime); |