Merge pull request #248 from ajayyy/hotfix-invidious

Fixed firefox content script registration
This commit is contained in:
Ajay Ramachandran
2020-01-21 23:05:33 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ function registerFirefoxContentScript(options) {
js: options.js,
css: options.css,
matches: options.matches
}).then(() => void (contentScriptRegistrations[options.id] = registration));
}).then((registration) => void (contentScriptRegistrations[options.id] = registration));
}
//gets the sponsor times from memory