mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix suggestions
This commit is contained in:
parent
4cd83e6f73
commit
57fb43fb04
3 changed files with 32 additions and 20 deletions
|
@ -2,6 +2,7 @@ define(["events", "playbackManager", "pluginManager", "inputManager", "connectio
|
|||
"use strict";
|
||||
|
||||
playbackManager = playbackManager.default || playbackManager;
|
||||
pluginManager = pluginManager.default || pluginManager;
|
||||
|
||||
function getMinIdleTime() {
|
||||
// Returns the minimum amount of idle time required before the screen saver can be displayed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue