mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add channels infrastructure
This commit is contained in:
parent
5218e67d4e
commit
be0861a1ee
18 changed files with 453 additions and 224 deletions
|
@ -25,10 +25,11 @@
|
|||
|
||||
html = LibraryBrowser.getPosterViewHtml({
|
||||
items: result.Items,
|
||||
shape: "square",
|
||||
shape: "backdrop",
|
||||
context: 'channels',
|
||||
showTitle: true,
|
||||
centerText: true
|
||||
centerText: true,
|
||||
preferThumb: true
|
||||
});
|
||||
|
||||
$('#items', page).html(html).trigger('create').createPosterItemMenus();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue