mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update path fields
This commit is contained in:
parent
8c248c229a
commit
03b5e48d4f
45 changed files with 153 additions and 198 deletions
|
@ -104,7 +104,6 @@
|
|||
});
|
||||
|
||||
page.querySelector('.listTopPaging').innerHTML = pagingHtml;
|
||||
var trigger = false;
|
||||
|
||||
if (query.IncludeItemTypes == "Audio") {
|
||||
|
||||
|
@ -114,7 +113,6 @@
|
|||
defaultAction: 'playallfromhere',
|
||||
smallIcon: true
|
||||
}) + '</div>';
|
||||
trigger = true;
|
||||
|
||||
} else {
|
||||
var posterOptions = {
|
||||
|
@ -148,10 +146,6 @@
|
|||
elem.innerHTML = html + pagingHtml;
|
||||
ImageLoader.lazyChildren(elem);
|
||||
|
||||
if (trigger) {
|
||||
$(elem).trigger('create');
|
||||
}
|
||||
|
||||
$('.btnNextPage', page).on('click', function () {
|
||||
query.StartIndex += query.Limit;
|
||||
reloadItems(page, parentItem);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue