diff --git a/src/dashboard.html b/src/dashboard.html index d2de21f166..6c751740c3 100644 --- a/src/dashboard.html +++ b/src/dashboard.html @@ -109,7 +109,13 @@
";
html += task.Name + "
";
if (task.State === "Running") {
@@ -407,8 +407,9 @@ define(["datetime", "events", "itemHelper", "serverNotifications", "dom", "globa
renderPaths: function (page, systemInfo) {
page.querySelector("#cachePath").innerHTML = systemInfo.CachePath;
page.querySelector("#logPath").innerHTML = systemInfo.LogPath;
- page.querySelector("#transcodingTemporaryPath").innerHTML = systemInfo.TranscodingTempPath;
+ page.querySelector("#transcodePath").innerHTML = systemInfo.TranscodingTempPath;
page.querySelector("#metadataPath").innerHTML = systemInfo.InternalMetadataPath;
+ page.querySelector("#webPath").innerHTML = systemInfo.WebPath;
},
startInterval: function (apiClient) {
apiClient.sendMessage("SessionsStart", "0,1500");
diff --git a/src/strings/en-us.json b/src/strings/en-us.json
index 9c0cac2a24..510a15e8c7 100644
--- a/src/strings/en-us.json
+++ b/src/strings/en-us.json
@@ -1313,6 +1313,7 @@
"LabelVideoCodec": "Video: {0}",
"LabelVideoType": "Video Type:",
"LabelView": "View:",
+ "LabelWeb": "Web",
"LabelWebsite": "Website:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelXDlnaCap": "X-Dlna cap:",