mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2024-12-22 01:40:12 +00:00
Fix to prevent holding onto SB info. (#236)
This commit is contained in:
parent
ca3ea20283
commit
c4107fc370
@ -350,7 +350,10 @@ function createPlayer(button) {
|
|||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
sponsorBlock = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
var videoProgress = getVideoProgress(videoId).position;
|
var videoProgress = getVideoProgress(videoId).position;
|
||||||
var videoName = videoData.data.title;
|
var videoName = videoData.data.title;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user