1
0
Fork 0
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:
Luke Pulverenti 2014-01-04 10:41:35 -05:00
parent d994150c28
commit 63836a625a
2 changed files with 4 additions and 4 deletions

View file

@ -153,7 +153,7 @@
clearProgressInterval();
var intervalTime = ApiClient.isWebSocketOpen() ? 4000 : 20000;
var intervalTime = ApiClient.isWebSocketOpen() ? 2000 : 20000;
currentProgressInterval = setInterval(function () {