From a0b521f2eb9947011129ac8ea639f3edc6003e8a Mon Sep 17 00:00:00 2001
From: Luke Pulverenti
Date: Fri, 20 Mar 2015 01:40:51 -0400
Subject: [PATCH] update ILiveTvService
---
dashboard-ui/dashboard.html | 4 ----
dashboard-ui/scripts/dashboardpage.js | 1 -
dashboard-ui/scripts/mediaplayer.js | 2 +-
3 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/dashboard-ui/dashboard.html b/dashboard-ui/dashboard.html
index 15ac78317..5a2f040fa 100644
--- a/dashboard-ui/dashboard.html
+++ b/dashboard-ui/dashboard.html
@@ -111,10 +111,6 @@
${LabelTranscodingTemporaryFiles}
-
- ${LabelImagesByName}
-
-
diff --git a/dashboard-ui/scripts/dashboardpage.js b/dashboard-ui/scripts/dashboardpage.js
index ffe33ed5c..e011cf4ff 100644
--- a/dashboard-ui/scripts/dashboardpage.js
+++ b/dashboard-ui/scripts/dashboardpage.js
@@ -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);
},
diff --git a/dashboard-ui/scripts/mediaplayer.js b/dashboard-ui/scripts/mediaplayer.js
index 5caa88ef3..304872884 100644
--- a/dashboard-ui/scripts/mediaplayer.js
+++ b/dashboard-ui/scripts/mediaplayer.js
@@ -589,7 +589,7 @@
var mediaSource;
- ApiClient.getJSON(ApiClient.getUrl('Items/' + item.Id + '/MediaInfo', {
+ ApiClient.getJSON(ApiClient.getUrl('Items/' + item.Id + '/PlaybackInfo', {
userId: Dashboard.getCurrentUserId()
})).done(function (result) {