mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 05:27:03 +03:00
fix: remove unintended fallthrough
This commit is contained in:
@@ -56,6 +56,7 @@ chrome.runtime.onMessage.addListener(function (request, sender, callback) {
|
||||
iconUrl: "./icons/LogoSponsorBlocker256px.png"
|
||||
});
|
||||
}
|
||||
break;
|
||||
case "registerContentScript":
|
||||
registerFirefoxContentScript(request);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user