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:
parent
b39a9e4797
commit
fd22232778
5 changed files with 45 additions and 45 deletions
|
@ -54,6 +54,8 @@
|
|||
centerText: true
|
||||
});
|
||||
|
||||
html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount);
|
||||
|
||||
$('#items', page).html(html).trigger('create').createPosterItemMenus();
|
||||
|
||||
$('.btnNextPage', page).on('click', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue