1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update listviews

This commit is contained in:
Luke Pulverenti 2016-07-16 01:05:40 -04:00
parent 3197c48232
commit 1032fa887e
54 changed files with 2271 additions and 376 deletions

View file

@ -1,4 +1,4 @@
define(['libraryBrowser', 'alphaPicker'], function (libraryBrowser, alphaPicker) {
define(['libraryBrowser', 'alphaPicker', 'listView'], function (libraryBrowser, alphaPicker, listView) {
return function (view, params) {
@ -114,7 +114,7 @@
}
else if (viewStyle == "List") {
html = libraryBrowser.getListViewHtml({
html = listView.getListViewHtml({
items: result.Items,
sortBy: query.SortBy
});