From b0d84e5046c9303043538dab1d7585001b432583 Mon Sep 17 00:00:00 2001
From: Luke Pulverenti
Date: Wed, 18 Dec 2013 00:44:46 -0500
Subject: [PATCH] live tv updates
---
ApiClient.js | 6 +-
dashboard-ui/livetvnewrecording.html | 142 +++++++++++----------
dashboard-ui/livetvseriestimer.html | 47 ++++---
dashboard-ui/livetvtimer.html | 45 ++++---
dashboard-ui/metadataimageextraction.html | 2 +-
dashboard-ui/scripts/livetvnewrecording.js | 72 ++++++-----
dashboard-ui/scripts/livetvseriestimer.js | 16 +--
dashboard-ui/scripts/livetvtimer.js | 26 ++--
packages.config | 2 +-
9 files changed, 208 insertions(+), 150 deletions(-)
diff --git a/ApiClient.js b/ApiClient.js
index a42c27949e..e260a0a050 100644
--- a/ApiClient.js
+++ b/ApiClient.js
@@ -545,9 +545,11 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout, wi
});
};
- self.getNewLiveTvTimerDefaults = function () {
+ self.getNewLiveTvTimerDefaults = function (options) {
- var url = self.getUrl("LiveTv/Timers/Defaults");
+ options = options || {};
+
+ var url = self.getUrl("LiveTv/Timers/Defaults", options);
return self.ajax({
type: "GET",
diff --git a/dashboard-ui/livetvnewrecording.html b/dashboard-ui/livetvnewrecording.html
index f540e99102..3c101634ee 100644
--- a/dashboard-ui/livetvnewrecording.html
+++ b/dashboard-ui/livetvnewrecording.html
@@ -25,76 +25,90 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+