This commit is contained in:
Official Noob 2019-08-11 19:36:52 +01:00 committed by GitHub
parent c7d03aa423
commit 28322f19b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {