mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Don't show OSD for Fullscreen and Mute
(cherry picked from commit 51bd2bef1a
)
This commit is contained in:
parent
447245edbc
commit
e7cb4ba670
1 changed files with 0 additions and 2 deletions
|
@ -1230,12 +1230,10 @@ export default function (view) {
|
|||
case 'f':
|
||||
if (!e.ctrlKey && !e.metaKey) {
|
||||
playbackManager.toggleFullscreen(currentPlayer);
|
||||
showOsd();
|
||||
}
|
||||
break;
|
||||
case 'm':
|
||||
playbackManager.toggleMute(currentPlayer);
|
||||
showOsd();
|
||||
break;
|
||||
case 'p':
|
||||
case 'P':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue