mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update live tv cards
This commit is contained in:
parent
ad32dca3dd
commit
9a4988ecbb
5 changed files with 8 additions and 32 deletions
|
@ -1,4 +1,4 @@
|
|||
define(['jQuery'], function ($) {
|
||||
define(['jQuery', 'cardBuilder'], function ($, cardBuilder) {
|
||||
|
||||
// The base query options
|
||||
var query = {
|
||||
|
@ -31,7 +31,7 @@
|
|||
|
||||
var screenWidth = window.innerWidth;
|
||||
|
||||
html += LibraryBrowser.getPosterViewHtml({
|
||||
html += cardBuilder.getCardsHtml({
|
||||
|
||||
items: result.Items,
|
||||
shape: "auto",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue