mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update channel styles
This commit is contained in:
parent
9fd023f7de
commit
9b355ec012
4 changed files with 20 additions and 12 deletions
|
@ -35,9 +35,13 @@
|
|||
|
||||
function getChannelsHtml(channels) {
|
||||
|
||||
return LibraryBrowser.getListViewHtml({
|
||||
return LibraryBrowser.getPosterViewHtml({
|
||||
items: channels,
|
||||
smallIcon: true
|
||||
shape: "square",
|
||||
showTitle: true,
|
||||
lazy: true,
|
||||
cardLayout: true,
|
||||
showDetailsMenu: true
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue