Speed up albumPage

This commit is contained in:
Ade
2018-06-10 10:37:59 +12:00
parent 2b5b2bd506
commit 7230428a31
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -324,7 +324,7 @@
if (++x === 10) {
clearInterval(refreshInterval);
}
var sts = $("#artistname").text();
var sts = $("#artistname").text().trim();
if (wasLoading == true || sts == "Loading"){
location.reload();
$('#albumnamespinner').remove()