1
0
Fork 0
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:
Luke Pulverenti 2016-07-30 00:53:19 -04:00
parent d0100ecb29
commit ebe4dc0ca5
4 changed files with 11 additions and 13 deletions

View file

@ -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,