Backport pull request #3848 from jellyfin/release-10.8.z
Fix idle function call Original-merge: 89d92e738f2074f17ae1d1b45ec232280a13e026 Merged-by: Bill Thornton <thornbill@users.noreply.github.com> Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
parent
b0adf0649d
commit
4476ef103e
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