1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fixed genre paging

This commit is contained in:
Luke Pulverenti 2013-07-04 12:10:05 -04:00
parent 5371d3004f
commit d7121cdf97

View file

@ -476,7 +476,7 @@
$('.selectPageSize', page).on('change', function () {
query.Limit = parseInt(this.value);
query.StartIndex = 0;
loadItems(page);
loadItems(page, query);
});
Dashboard.hideLoadingMsg();