1
0
Fork 0
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:
Luke Pulverenti 2013-06-29 08:43:10 -04:00
parent c374e3c671
commit a03ace9afb

View file

@ -285,7 +285,7 @@
if (window.location.toString().toLowerCase().indexOf('localhost') == -1) {
$('#pProgramDataPath', page).hide();
} else {
$('#pProgramDataPath', page).hide();
$('#pProgramDataPath', page).show();
}
var host = ApiClient.serverHostName();