1
0
Fork 0
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:
Bill Thornton 2022-08-24 12:56:45 -04:00 committed by GitHub
commit 89d92e738f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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