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

pull/242/head
Nathan DeTar 2 years ago committed by GitHub
parent ca3ea20283
commit c4107fc370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save