mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
change info menu key
This commit is contained in:
parent
b9e1e9d019
commit
61f4566ee2
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ const Player = ({ urlParams }) => {
|
|||
|
||||
break;
|
||||
}
|
||||
case 'KeyM': {
|
||||
case 'KeyI': {
|
||||
closeSubtitlesMenu();
|
||||
if (info !== null) {
|
||||
toggleInfoMenu();
|
||||
|
|
|
|||
Loading…
Reference in a new issue