From c5bcf6843e76df34ff5c02d24086087d2409a7e3 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 19 Oct 2015 06:51:20 -0400 Subject: [PATCH] 3.0.5768.3 --- dashboard-ui/components/tvguide/tvguide.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/components/tvguide/tvguide.js b/dashboard-ui/components/tvguide/tvguide.js index 31c4a7d742..8e7b7fea68 100644 --- a/dashboard-ui/components/tvguide/tvguide.js +++ b/dashboard-ui/components/tvguide/tvguide.js @@ -15,7 +15,7 @@ var currentDate; - var defaultChannels = 50; + var defaultChannels = 100; var channelLimit = 1000; var channelQuery = { @@ -75,7 +75,7 @@ return c.Id; }).join(','), ImageTypeLimit: 1, - EnableImageTypes: "Primary", + EnableImages: false, SortBy: "StartDate" }).done(function (programsResult) {