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(['browser', 'datetime', 'libraryBrowser'], function (browser, datetime, libraryBrowser) {
|
||||
define(['browser', 'datetime', 'libraryBrowser', 'listView'], function (browser, datetime, libraryBrowser, listView) {
|
||||
|
||||
function showSlideshowMenu(context) {
|
||||
require(['scripts/slideshow'], function () {
|
||||
|
@ -403,7 +403,7 @@
|
|||
|
||||
//}).then(function (result) {
|
||||
|
||||
// html += LibraryBrowser.getListViewHtml({
|
||||
// html += listView.getListViewHtml({
|
||||
// items: result.Items,
|
||||
// smallIcon: true
|
||||
// });
|
||||
|
@ -411,7 +411,7 @@
|
|||
// page(".playlist").html(html).lazyChildren();
|
||||
//});
|
||||
|
||||
html += libraryBrowser.getListViewHtml({
|
||||
html += listView.getListViewHtml({
|
||||
items: MediaController.playlist(),
|
||||
smallIcon: true
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue