Fix to prevent holding onto SB info. (#236)

This commit is contained in:
Nathan DeTar 2022-05-01 20:41:42 -07:00 committed by GitHub
parent ca3ea20283
commit c4107fc370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -350,7 +350,10 @@ function createPlayer(button) {
`;
}
}
} else {
sponsorBlock = null;
}
var videoProgress = getVideoProgress(videoId).position;
var videoName = videoData.data.title;