diff options
author | Michael C <[email protected]> | 2022-01-27 14:52:13 -0500 |
---|---|---|
committer | Michael C <[email protected]> | 2022-01-27 14:52:13 -0500 |
commit | ba7d46dd73ee6d98fcb187fd3ae5b0e851316023 (patch) | |
tree | af70bf7db28dbbd074d552b770765764955dff20 /package.json | |
parent | 22fcea99f562cae10f091a59b2e80a2fa8616101 (diff) | |
download | SponsorBlock-ba7d46dd73ee6d98fcb187fd3ae5b0e851316023.tar.gz SponsorBlock-ba7d46dd73ee6d98fcb187fd3ae5b0e851316023.zip |
add mediaSession, remove bindMediaKey
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index a24d859c..d897a13d 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "@types/firefox-webext-browser": "70.0.1", "@types/jest": "^24.0.23", "@types/jquery": "^3.3.31", + "@types/wicg-mediasession": "^1.1.3", "@typescript-eslint/eslint-plugin": "^4.9.1", "@typescript-eslint/parser": "^4.9.1", "chromedriver": "^92.0.0", |