1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix idle function call

This commit is contained in:
Dmitry Lyzo 2022-08-24 15:30:30 +03:00
parent bb040b90d1
commit a80fa25a68

View file

@ -116,7 +116,7 @@ function ScreenSaverManager() {
return;
}
if (getFunctionalEventIdleTime < getMinIdleTime()) {
if (getFunctionalEventIdleTime() < getMinIdleTime()) {
return;
}