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

Removed guids from the model project

This commit is contained in:
Luke Pulverenti 2014-05-08 16:09:53 -04:00
parent b39a9e4797
commit fd22232778
5 changed files with 45 additions and 45 deletions

View file

@ -54,6 +54,8 @@
centerText: true
});
html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount);
$('#items', page).html(html).trigger('create').createPosterItemMenus();
$('.btnNextPage', page).on('click', function () {