From 3a4d867ae379cada70cf2916978d107739c9a407 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 11 Aug 2019 23:13:07 -0400 Subject: [PATCH] Made it check again for sponsors after submitting. --- content.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content.js b/content.js index 07dae739..2892e7ca 100644 --- a/content.js +++ b/content.js @@ -1048,6 +1048,9 @@ function sendSubmitMessage(){ //clear the sponsor times let sponsorTimeKey = "sponsorTimes" + currentVideoID; chrome.storage.sync.set({[sponsorTimeKey]: []}); + + //request the sponsors from the server again + sponsorsLookup(currentVideoID); } else { //for a more detailed error message, they should check the popup //show that the upload failed