mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
move installation manager down to common
This commit is contained in:
parent
282ff65942
commit
2a4233e3de
2 changed files with 1 additions and 7 deletions
|
@ -282,12 +282,6 @@
|
|||
|
||||
$('#programDataPath', page).html(dashboardInfo.SystemInfo.ProgramDataPath);
|
||||
|
||||
if (window.location.toString().toLowerCase().indexOf('localhost') == -1) {
|
||||
$('#pProgramDataPath', page).hide();
|
||||
} else {
|
||||
$('#pProgramDataPath', page).show();
|
||||
}
|
||||
|
||||
var host = ApiClient.serverHostName();
|
||||
|
||||
var url = "http://" + host + ":" + port + "/mediabrowser";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue