mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
reorganizing display functions
This commit is contained in:
parent
64e7b222ef
commit
5761321e31
11 changed files with 138 additions and 134 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
apiClient.getItems(userId, options).done(function (result) {
|
||||
|
||||
$('#divCollections', page).html(Dashboard.getPosterViewHtml({
|
||||
$('#divCollections', page).html(LibraryBrowser.getPosterViewHtml({
|
||||
items: result.Items,
|
||||
showTitle: true
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue