mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
support channel folders
This commit is contained in:
parent
b88819dd78
commit
636ea91460
4 changed files with 20 additions and 10 deletions
|
@ -16,10 +16,9 @@
|
|||
|
||||
$('.myLibrary', page).html(LibraryBrowser.getPosterViewHtml({
|
||||
items: result.Items,
|
||||
preferBackdrop: true,
|
||||
shape: 'backdrop',
|
||||
overlayText: true,
|
||||
showTitle: true
|
||||
showTitle: true,
|
||||
centerText: true
|
||||
|
||||
})).createPosterItemMenus();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue