1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update ILiveTvService

This commit is contained in:
Luke Pulverenti 2015-03-20 01:40:51 -04:00
parent 9e9251245f
commit a0b521f2eb
3 changed files with 1 additions and 6 deletions

View file

@ -60,7 +60,6 @@
$('#cachePath', page).html(systemInfo.CachePath);
$('#logPath', page).html(systemInfo.LogPath);
$('#imagesByNamePath', page).html(systemInfo.ItemsByNamePath);
$('#transcodingTemporaryPath', page).html(systemInfo.TranscodingTempPath);
$('#metadataPath', page).html(systemInfo.InternalMetadataPath);
},