mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
made xml saver methods a little cleaner
This commit is contained in:
parent
b20f803a51
commit
c374e3c671
2 changed files with 7 additions and 1 deletions
|
@ -281,6 +281,12 @@
|
|||
}
|
||||
|
||||
$('#programDataPath', page).html(dashboardInfo.SystemInfo.ProgramDataPath);
|
||||
|
||||
if (window.location.toString().toLowerCase().indexOf('localhost') == -1) {
|
||||
$('#pProgramDataPath', page).hide();
|
||||
} else {
|
||||
$('#pProgramDataPath', page).hide();
|
||||
}
|
||||
|
||||
var host = ApiClient.serverHostName();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue