mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 12:37:05 +03:00
videoID
This commit is contained in:
@@ -183,7 +183,7 @@ function videoIDChange(id) {
|
|||||||
//not a url change
|
//not a url change
|
||||||
if (sponsorVideoID == id) return;
|
if (sponsorVideoID == id) return;
|
||||||
|
|
||||||
chrome.storage.sync.set({videoid: id});
|
chrome.storage.sync.set({videoID: id});
|
||||||
|
|
||||||
//warn them if they had unsubmitted times
|
//warn them if they had unsubmitted times
|
||||||
if (previousVideoID != null) {
|
if (previousVideoID != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user