mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
avoid buffering http responses
This commit is contained in:
parent
86a369b500
commit
170b720d0b
22 changed files with 102 additions and 42 deletions
|
@ -178,6 +178,12 @@
|
|||
$('#btnManualUpdateContainer', page).show();
|
||||
}
|
||||
|
||||
if (systemInfo.PackageName == 'synology') {
|
||||
$('#btnManualUpdateContainer').html(Globalize.translate('SynologyUpdateInstructions'));
|
||||
} else {
|
||||
$('#btnManualUpdateContainer').html('<a href="http://emby.media/download" target="_blank">' + Globalize.translate('PleaseUpdateManually') + '</a>');
|
||||
}
|
||||
|
||||
DashboardPage.renderPaths(page, systemInfo);
|
||||
DashboardPage.renderHasPendingRestart(page, systemInfo.HasPendingRestart);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue