mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
Reduced OSD timeout from 5 seconds to 3
This commit is contained in:
parent
9576cd61e0
commit
feacdcd1aa
@ -376,7 +376,7 @@ define(["playbackManager", "dom", "inputManager", "datetime", "itemHelper", "med
|
||||
|
||||
function startOsdHideTimer() {
|
||||
stopOsdHideTimer();
|
||||
osdHideTimeout = setTimeout(hideOsd, 5e3);
|
||||
osdHideTimeout = setTimeout(hideOsd, 3e3);
|
||||
}
|
||||
|
||||
function stopOsdHideTimer() {
|
||||
|
Loading…
Reference in New Issue
Block a user