mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
consolidate Artist & MusicArtist
This commit is contained in:
parent
ae1805916c
commit
5cdd9d0fb1
21 changed files with 316 additions and 55 deletions
|
@ -40,14 +40,14 @@
|
|||
|
||||
function renderChannels(page, channels) {
|
||||
|
||||
var pagingHtml = LibraryBrowser.getPagingHtml({
|
||||
//var pagingHtml = LibraryBrowser.getPagingHtml({
|
||||
|
||||
StartIndex: 0,
|
||||
Limit: channels.length
|
||||
// StartIndex: 0,
|
||||
// Limit: channels.length
|
||||
|
||||
}, channels.length, true);
|
||||
//}, channels.length, true);
|
||||
|
||||
$('.listTopPaging', page).html(pagingHtml).trigger('create');
|
||||
//$('.listTopPaging', page).html(pagingHtml).trigger('create');
|
||||
|
||||
$('#items', page).html(getChannelsHtml(channels)).trigger('create');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue