mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update SocketHttpListener
This commit is contained in:
parent
ac5697b240
commit
9109008194
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue