mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-12-14 01:18:53 +00:00
Merge pull request #903 from sparky8251/reduce-osd-hide-timeout
Reduced OSD timeout from 5 seconds to 3
This commit is contained in:
commit
75bbd4c8ba
@ -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