mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update guide
This commit is contained in:
parent
f5a9a7c6bf
commit
e5119016fc
17 changed files with 202 additions and 95 deletions
|
@ -401,6 +401,7 @@
|
|||
bindToPlayer(playbackManager.getCurrentPlayer());
|
||||
|
||||
document.addEventListener('mousemove', onMouseMove);
|
||||
document.body.classList.add('autoScrollY');
|
||||
|
||||
showOsd();
|
||||
|
||||
|
@ -412,6 +413,7 @@
|
|||
getHeaderElement().classList.remove('osdHeader');
|
||||
getHeaderElement().classList.remove('osdHeader-hidden');
|
||||
document.removeEventListener('mousemove', onMouseMove);
|
||||
document.body.classList.remove('autoScrollY');
|
||||
|
||||
inputManager.off(window, onInputCommand);
|
||||
events.off(playbackManager, 'playerchange', onPlayerChange);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue