mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix class name collision
This commit is contained in:
parent
d994150c28
commit
63836a625a
2 changed files with 4 additions and 4 deletions
|
@ -153,7 +153,7 @@
|
|||
|
||||
clearProgressInterval();
|
||||
|
||||
var intervalTime = ApiClient.isWebSocketOpen() ? 4000 : 20000;
|
||||
var intervalTime = ApiClient.isWebSocketOpen() ? 2000 : 20000;
|
||||
|
||||
currentProgressInterval = setInterval(function () {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue