mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-06-21 16:28:31 +00:00
Fix max bitrate selector
This commit is contained in:
parent
1ff293ccf3
commit
79ca463a5a
3 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ let fn = function () {
|
|||
}
|
||||
|
||||
window.dispatchEvent(new KeyboardEvent('keydown', {
|
||||
keyCode: 83,
|
||||
keyCode: 66,
|
||||
ctrlKey: true,
|
||||
altKey: true,
|
||||
shiftKey: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue