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;