mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
show program data path
This commit is contained in:
parent
c374e3c671
commit
a03ace9afb
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@
|
||||||
if (window.location.toString().toLowerCase().indexOf('localhost') == -1) {
|
if (window.location.toString().toLowerCase().indexOf('localhost') == -1) {
|
||||||
$('#pProgramDataPath', page).hide();
|
$('#pProgramDataPath', page).hide();
|
||||||
} else {
|
} else {
|
||||||
$('#pProgramDataPath', page).hide();
|
$('#pProgramDataPath', page).show();
|
||||||
}
|
}
|
||||||
|
|
||||||
var host = ApiClient.serverHostName();
|
var host = ApiClient.serverHostName();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue