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

View File

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