mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
hlx fixes
This commit is contained in:
parent
12a20022b2
commit
800160354f
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@
|
|||
|
||||
clearProgressInterval();
|
||||
|
||||
var intervalTime = ApiClient.isWebSocketOpen() ? 5000 : 20000;
|
||||
var intervalTime = ApiClient.isWebSocketOpen() ? 4000 : 20000;
|
||||
|
||||
currentProgressInterval = setInterval(function () {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue