From d7121cdf97b10ea9f8f353932f4eebc8fed91302 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 4 Jul 2013 12:10:05 -0400 Subject: [PATCH] fixed genre paging --- dashboard-ui/scripts/itembynamedetailpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/itembynamedetailpage.js b/dashboard-ui/scripts/itembynamedetailpage.js index 01ffde26cb..a70908315d 100644 --- a/dashboard-ui/scripts/itembynamedetailpage.js +++ b/dashboard-ui/scripts/itembynamedetailpage.js @@ -476,7 +476,7 @@ $('.selectPageSize', page).on('change', function () { query.Limit = parseInt(this.value); query.StartIndex = 0; - loadItems(page); + loadItems(page, query); }); Dashboard.hideLoadingMsg();