mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
videoID
This commit is contained in:
parent
c7d03aa423
commit
28322f19b5
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue