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(['libraryBrowser'], function (libraryBrowser) {
|
||||
define(['libraryBrowser', 'listView'], function (libraryBrowser, listView) {
|
||||
|
||||
return function (view, params) {
|
||||
|
||||
|
@ -127,10 +127,10 @@
|
|||
|
||||
if (query.IncludeItemTypes == "Audio") {
|
||||
|
||||
html = '<div style="max-width:1000px;margin:auto;">' + libraryBrowser.getListViewHtml({
|
||||
html = '<div style="max-width:1000px;margin:auto;">' + listView.getListViewHtml({
|
||||
items: result.Items,
|
||||
playFromHere: true,
|
||||
defaultAction: 'playallfromhere',
|
||||
action: 'playallfromhere',
|
||||
smallIcon: true
|
||||
}) + '</div>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue