From 9a068facd9c35fa347b6ae94a2e7af7cfac1b31f Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 13 Dec 2016 03:45:04 -0500 Subject: [PATCH] update connection process --- dashboard-ui/scripts/livetvrecordings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/livetvrecordings.js b/dashboard-ui/scripts/livetvrecordings.js index 7b1d3dda4a..f38052e298 100644 --- a/dashboard-ui/scripts/livetvrecordings.js +++ b/dashboard-ui/scripts/livetvrecordings.js @@ -155,7 +155,7 @@ promise.then(function (result) { renderRecordings(context.querySelector('#episodeRecordings'), result.Items, { - showItemCounts: true, + showSeriesYear: true, showParentTitle: false }); });