reorganizing display functions
This commit is contained in:
parent
64e7b222ef
commit
5761321e31
11 changed files with 138 additions and 134 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
ApiClient.getItems(Dashboard.getCurrentUserId(), options).done(function (result) {
|
||||
|
||||
$('#recentlyAddedItems', page).html(Dashboard.getPosterViewHtml({
|
||||
$('#recentlyAddedItems', page).html(LibraryBrowser.getPosterViewHtml({
|
||||
items: result.Items,
|
||||
useAverageAspectRatio: true
|
||||
}));
|
||||
|
@ -43,7 +43,7 @@
|
|||
$('#resumableSection', page).hide();
|
||||
}
|
||||
|
||||
$('#resumableItems', page).html(Dashboard.getPosterViewHtml({
|
||||
$('#resumableItems', page).html(LibraryBrowser.getPosterViewHtml({
|
||||
items: result.Items,
|
||||
useAverageAspectRatio: true
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue