mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add more methods to file system interface
This commit is contained in:
parent
2861ff68c9
commit
7743b36bc9
46 changed files with 421 additions and 504 deletions
|
@ -60,15 +60,6 @@
|
|||
|
||||
function renderChannels(page, channels) {
|
||||
|
||||
//var pagingHtml = LibraryBrowser.getPagingHtml({
|
||||
|
||||
// StartIndex: 0,
|
||||
// Limit: channels.length
|
||||
|
||||
//}, channels.length, true);
|
||||
|
||||
//$('.listTopPaging', page).html(pagingHtml).trigger('create');
|
||||
|
||||
$('#items', page).html(getChannelsHtml(channels)).trigger('create');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue