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