mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
reduce system info refreshing from dashboard
This commit is contained in:
parent
c3af03c269
commit
e3d0113106
@ -1159,7 +1159,7 @@ $(function () {
|
||||
footerHtml += '</div>';
|
||||
|
||||
$(document.body).append(footerHtml);
|
||||
|
||||
|
||||
$(window).on("beforeunload", function () {
|
||||
|
||||
// Close the connection gracefully when possible
|
||||
@ -1188,7 +1188,6 @@ $(document).on('pagebeforeshow', ".page", function () {
|
||||
|
||||
Dashboard.ensureHeader(page);
|
||||
Dashboard.ensurePageTitle(page);
|
||||
Dashboard.refreshSystemInfoFromServer();
|
||||
}
|
||||
|
||||
else {
|
||||
@ -1204,9 +1203,10 @@ $(document).on('pagebeforeshow', ".page", function () {
|
||||
Dashboard.ensureHeader(page, user);
|
||||
Dashboard.ensurePageTitle(page);
|
||||
});
|
||||
|
||||
Dashboard.refreshSystemInfoFromServer();
|
||||
}
|
||||
|
||||
if (!ApiClient.isWebSocketOpen()) {
|
||||
Dashboard.refreshSystemInfoFromServer();
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user