Fix type errors

This commit is contained in:
Ajay Ramachandran
2021-10-20 19:33:48 -04:00
parent bd0a6aaaad
commit d1e6421e5b

View File

@@ -192,7 +192,8 @@ function messageListener(request: Message, sender: unknown, sendResponse: (respo
case "refreshSegments":
sponsorsLookup(sponsorVideoID, false).then(() => sendResponse({
found: sponsorDataFound,
sponsorTimes: sponsorTimes
sponsorTimes: sponsorTimes,
onMobileYouTube
}));
return true;