mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Apply Suggestions
This commit is contained in:
parent
7ffb7ab0fc
commit
91cd1a75d7
2 changed files with 25 additions and 58 deletions
|
@ -1,6 +1,8 @@
|
|||
define(["events", "playbackManager", "pluginManager", "inputManager", "connectionManager", "userSettings"], function (events, playbackManager, pluginManager, inputManager, connectionManager, userSettings) {
|
||||
"use strict";
|
||||
|
||||
playbackManager = playbackManager.default || playbackManager;
|
||||
|
||||
function getMinIdleTime() {
|
||||
// Returns the minimum amount of idle time required before the screen saver can be displayed
|
||||
//time units used Millisecond
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue