diff --git a/ApiClient.js b/ApiClient.js index e260a0a050..18c0079626 100644 --- a/ApiClient.js +++ b/ApiClient.js @@ -445,6 +445,17 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout, wi }); }; + self.getLiveTvRecordingGroups = function (options) { + + var url = self.getUrl("LiveTv/Recordings/Groups", options || {}); + + return self.ajax({ + type: "GET", + url: url, + dataType: "json" + }); + }; + self.getLiveTvRecording = function (id, userId) { if (!id) { diff --git a/dashboard-ui/css/mediaplayer.css b/dashboard-ui/css/mediaplayer.css index 4229fafcf5..536b50855c 100644 --- a/dashboard-ui/css/mediaplayer.css +++ b/dashboard-ui/css/mediaplayer.css @@ -1,6 +1,6 @@ /* Now playing bar */ .nowPlayingBar { - padding: 6px 0 12px 0; + padding: 6px 0 15px 0; border-top: 2px solid green; } diff --git a/dashboard-ui/css/posteritem.css b/dashboard-ui/css/posteritem.css index 1f1596ce15..3d1bbd5b92 100644 --- a/dashboard-ui/css/posteritem.css +++ b/dashboard-ui/css/posteritem.css @@ -62,9 +62,11 @@ overflow: hidden; text-wrap: none; white-space: nowrap; - padding: 5px 5px 4px; + padding: 5px 4px 4px; background-color: #222; text-shadow: none; + font-size: 14px; + font-weight: 300; } .posterItemTextOverlay { diff --git a/dashboard-ui/livetvrecordings.html b/dashboard-ui/livetvrecordings.html index c276f4ee10..5e61d0ebec 100644 --- a/dashboard-ui/livetvrecordings.html +++ b/dashboard-ui/livetvrecordings.html @@ -13,27 +13,9 @@ Series
- | Name | -Channel | -Date | -Start | -Length | -Status | -
---|