mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #3848 from dmitrylyzo/fix-screensaver
This commit is contained in:
commit
89d92e738f
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ function ScreenSaverManager() {
|
|||
return;
|
||||
}
|
||||
|
||||
if (getFunctionalEventIdleTime < getMinIdleTime()) {
|
||||
if (getFunctionalEventIdleTime() < getMinIdleTime()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue