From c1acc0d03ad1226812e1c4fbaa048b12bc70ac1b Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 5 May 2014 01:05:43 -0400 Subject: [PATCH] updated nuget --- dashboard-ui/scripts/indexpage.js | 2 +- dashboard-ui/scripts/moviesrecommended.js | 4 ++-- dashboard-ui/scripts/tvrecommended.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dashboard-ui/scripts/indexpage.js b/dashboard-ui/scripts/indexpage.js index fee4bcbaaa..115d4e5be6 100644 --- a/dashboard-ui/scripts/indexpage.js +++ b/dashboard-ui/scripts/indexpage.js @@ -30,7 +30,7 @@ SortOrder: "Descending", MediaTypes: "Video", Filters: "IsResumable", - Limit: screenWidth >= 1920 ? 4 : (screenWidth >= 1440 ? 4 : 3), + Limit: screenWidth >= 1920 ? 5 : (screenWidth >= 1440 ? 4 : 3), Recursive: true, Fields: "PrimaryImageAspectRatio", CollapseBoxSetItems: false, diff --git a/dashboard-ui/scripts/moviesrecommended.js b/dashboard-ui/scripts/moviesrecommended.js index 45537bca9f..2bdf0cb206 100644 --- a/dashboard-ui/scripts/moviesrecommended.js +++ b/dashboard-ui/scripts/moviesrecommended.js @@ -49,7 +49,7 @@ SortOrder: "Descending", IncludeItemTypes: "Movie", Filters: "IsResumable", - Limit: screenWidth >= 1920 ? 4 : (screenWidth >= 1440 ? 4 : 3), + Limit: screenWidth >= 1920 ? 5 : (screenWidth >= 1440 ? 4 : 3), Recursive: true, Fields: "PrimaryImageAspectRatio", CollapseBoxSetItems: false, @@ -79,7 +79,7 @@ userId: Dashboard.getCurrentUserId(), categoryLimit: screenWidth >= 1200 ? 6 : 3, - itemLimit: screenWidth >= 1920 ? 8 : (screenWidth >= 1440 ? 8 : 6), + itemLimit: screenWidth >= 1920 ? 10 : (screenWidth >= 1440 ? 8 : 6), Fields: "PrimaryImageAspectRatio", ParentId: parentId }); diff --git a/dashboard-ui/scripts/tvrecommended.js b/dashboard-ui/scripts/tvrecommended.js index dd8733e4fb..caf0f10d0e 100644 --- a/dashboard-ui/scripts/tvrecommended.js +++ b/dashboard-ui/scripts/tvrecommended.js @@ -12,7 +12,7 @@ SortOrder: "Descending", IncludeItemTypes: "Episode", Filters: "IsResumable", - Limit: screenWidth >= 1920 ? 4 : (screenWidth >= 1440 ? 4 : 3), + Limit: screenWidth >= 1920 ? 5 : (screenWidth >= 1440 ? 4 : 3), Recursive: true, Fields: "PrimaryImageAspectRatio,SeriesInfo,UserData", ExcludeLocationTypes: "Virtual",