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
3197c48232
commit
1032fa887e
54 changed files with 2271 additions and 376 deletions
|
@ -1,4 +1,4 @@
|
|||
define(['events', 'libraryBrowser', 'imageLoader'], function (events, libraryBrowser, imageLoader) {
|
||||
define(['events', 'libraryBrowser', 'imageLoader', 'listView'], function (events, libraryBrowser, imageLoader, listView) {
|
||||
|
||||
return function (view, params, tabContent) {
|
||||
|
||||
|
@ -68,10 +68,9 @@
|
|||
filterButton: false
|
||||
});
|
||||
|
||||
var html = LibraryBrowser.getListViewHtml({
|
||||
var html = listView.getListViewHtml({
|
||||
items: result.Items,
|
||||
showIndex: true,
|
||||
defaultAction: 'play',
|
||||
action: 'playallfromhere',
|
||||
smallIcon: true
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue