mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-01-29 05:40:52 +03:00
Converted more code to TypeScript.
This commit is contained in:
@@ -112,7 +112,7 @@ function messageListener(request, sender, sendResponse) {
|
||||
break;
|
||||
case "getVideoDuration":
|
||||
sendResponse({
|
||||
duration: v.duration
|
||||
duration: v.duration
|
||||
});
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user