mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update listviews
This commit is contained in:
parent
d9c694f564
commit
f3cde16786
51 changed files with 402 additions and 333 deletions
|
@ -1,4 +1,4 @@
|
|||
define(['libraryBrowser', 'focusManager', 'embyRouter', 'emby-input', 'paper-icon-button-light', 'material-icons'], function (libraryBrowser, focusManager, embyRouter) {
|
||||
define(['libraryBrowser', 'focusManager', 'embyRouter', 'emby-input', 'paper-icon-button-light', 'material-icons', 'emby-itemscontainer'], function (libraryBrowser, focusManager, embyRouter) {
|
||||
|
||||
function loadSuggestions(page) {
|
||||
|
||||
|
@ -121,7 +121,8 @@
|
|||
centerImage: true,
|
||||
centerText: true,
|
||||
textLines: getAdditionalTextLines,
|
||||
overlayPlayButton: true
|
||||
overlayPlayButton: true,
|
||||
serverId: ApiClient.serverInfo().Id
|
||||
});
|
||||
|
||||
var itemsContainer = searchResults;
|
||||
|
@ -176,8 +177,6 @@
|
|||
loadSuggestions(view);
|
||||
}
|
||||
|
||||
libraryBrowser.createCardMenus(searchResults);
|
||||
|
||||
view.querySelector('.txtSearch').addEventListener('input', function () {
|
||||
onSearchChange(this.value);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue