1
0
Fork 0
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:
Dmitry Lyzo 2023-05-23 00:39:52 +03:00
parent 447245edbc
commit e7cb4ba670

View file

@ -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':