From c4107fc3708b0de7081942694ba5f6d9bc7f8e07 Mon Sep 17 00:00:00 2001 From: Nathan DeTar Date: Sun, 1 May 2022 20:41:42 -0700 Subject: [PATCH] Fix to prevent holding onto SB info. (#236) --- tubearchivist/static/script.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tubearchivist/static/script.js b/tubearchivist/static/script.js index 4287100..69caac7 100644 --- a/tubearchivist/static/script.js +++ b/tubearchivist/static/script.js @@ -350,7 +350,10 @@ function createPlayer(button) { `; } } + } else { + sponsorBlock = null; } + var videoProgress = getVideoProgress(videoId).position; var videoName = videoData.data.title;