diff --git a/src/main/resources/loading/index.html b/src/main/resources/loading/index.html index 6f234c45..807fa17f 100644 --- a/src/main/resources/loading/index.html +++ b/src/main/resources/loading/index.html @@ -82,7 +82,7 @@ textStatus = status.description; retryInterval = 1000; } - else if (status.status == "DOWNLOADING") { + else if (status.id == "DOWNLOADING") { textStatus = status.description; retryInterval = 1000; }