mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
update SocketHttpListener
This commit is contained in:
parent
ac5697b240
commit
9109008194
@ -459,7 +459,9 @@ var Dashboard = {
|
||||
elem.active = true;
|
||||
elem.classList.remove('hide');
|
||||
|
||||
} else {
|
||||
} else if (!Dashboard.loadingAdded) {
|
||||
|
||||
Dashboard.loadingAdded = true;
|
||||
|
||||
require(['paper-spinner'], function () {
|
||||
elem = document.createElement("paper-spinner");
|
||||
|
Loading…
Reference in New Issue
Block a user