mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update list styles
This commit is contained in:
parent
5b72e1c91b
commit
fad66be11a
23 changed files with 183 additions and 279 deletions
|
@ -1522,8 +1522,7 @@
|
|||
page.querySelector('#themeSongsCollapsible').classList.remove('hide');
|
||||
|
||||
var html = listView.getListViewHtml({
|
||||
items: items,
|
||||
sortBy: query.SortBy
|
||||
items: items
|
||||
});
|
||||
|
||||
page.querySelector('#themeSongsContent').innerHTML = html;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue