mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-22 04:22:02 +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;
|
break;
|
||||||
}
|
}
|
||||||
case 'KeyM': {
|
case 'KeyI': {
|
||||||
closeSubtitlesMenu();
|
closeSubtitlesMenu();
|
||||||
if (info !== null) {
|
if (info !== null) {
|
||||||
toggleInfoMenu();
|
toggleInfoMenu();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue