mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-07 12:07:11 +03:00
Fix comment
This commit is contained in:
@@ -200,7 +200,7 @@ async function unregisterFirefoxContentScript(id: string) {
|
|||||||
ids: [id]
|
ids: [id]
|
||||||
});
|
});
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
// Already registered
|
// Not registered yet
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (contentScriptRegistrations[id]) {
|
if (contentScriptRegistrations[id]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user