mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
continue card unification
This commit is contained in:
parent
d0100ecb29
commit
ebe4dc0ca5
4 changed files with 11 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
define(['libraryBrowser', 'focusManager', 'embyRouter', 'emby-input', 'paper-icon-button-light', 'material-icons', 'emby-itemscontainer'], function (libraryBrowser, focusManager, embyRouter) {
|
||||
define(['libraryBrowser', 'focusManager', 'embyRouter', 'cardBuilder', 'emby-input', 'paper-icon-button-light', 'material-icons', 'emby-itemscontainer'], function (libraryBrowser, focusManager, embyRouter, cardBuilder) {
|
||||
|
||||
function loadSuggestions(page) {
|
||||
|
||||
|
@ -112,7 +112,7 @@
|
|||
return i;
|
||||
});
|
||||
|
||||
var html = libraryBrowser.getPosterViewHtml({
|
||||
var html = cardBuilder.getCardsHtml({
|
||||
items: hints,
|
||||
shape: "auto",
|
||||
lazy: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue