mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
restored people editing
This commit is contained in:
parent
e0996c055a
commit
8c19923b73
3 changed files with 123 additions and 6 deletions
|
@ -165,10 +165,10 @@
|
|||
DashboardPage.renderHasPendingRestart(page, true);
|
||||
}
|
||||
else if (msg.MessageType == "ServerShuttingDown") {
|
||||
DashboardPage.renderHasPendingRestart(page, false);
|
||||
DashboardPage.renderHasPendingRestart(page, true);
|
||||
}
|
||||
else if (msg.MessageType == "ServerRestarting") {
|
||||
DashboardPage.renderHasPendingRestart(page, false);
|
||||
DashboardPage.renderHasPendingRestart(page, true);
|
||||
}
|
||||
else if (msg.MessageType == "ScheduledTasksInfo") {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue