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([], function () {
|
||||
define(['listView'], function (listView) {
|
||||
|
||||
function renderItems(page, item) {
|
||||
|
||||
|
@ -218,7 +218,7 @@
|
|||
Limit: 30
|
||||
}, {
|
||||
playFromHere: true,
|
||||
defaultAction: 'playallfromhere',
|
||||
action: 'playallfromhere',
|
||||
smallIcon: true
|
||||
});
|
||||
break;
|
||||
|
@ -248,7 +248,7 @@
|
|||
listOptions.items = result.Items;
|
||||
|
||||
if (type == 'Audio') {
|
||||
html = LibraryBrowser.getListViewHtml(listOptions);
|
||||
html = listView.getListViewHtml(listOptions);
|
||||
} else {
|
||||
html = LibraryBrowser.getPosterViewHtml(listOptions);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue