1
0
Fork 0
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:
Luke Pulverenti 2014-06-04 12:15:44 -04:00
parent e0996c055a
commit 8c19923b73
3 changed files with 123 additions and 6 deletions

View file

@ -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") {