add one year tolerance to movie lookups

This commit is contained in:
Luke Pulverenti 2014-07-04 15:17:22 -04:00
parent 6ca0dc946c
commit eeafc46d94
6 changed files with 17 additions and 25 deletions

View file

@ -43,7 +43,7 @@
html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount);
$('#items', page).html(html).trigger('create');
$('#items', page).html(html).trigger('create').createPosterItemMenus();
$('.btnNextPage', page).on('click', function () {
query.StartIndex += query.Limit;