Fixed skip notice references fixing manual skip notices.

This commit is contained in:
Ajay Ramachandran
2020-02-04 00:05:03 -05:00
parent 13cef5ff14
commit 3582f45fd8
3 changed files with 18 additions and 18 deletions

View File

@@ -42,8 +42,8 @@ chrome.runtime.onMessage.addListener(function (request, sender, callback) {
case "getSponsorTimes":
getSponsorTimes(request.videoID, function(sponsorTimes) {
callback({
sponsorTimes: sponsorTimes
})
sponsorTimes
});
});
//this allows the callback to be called later