added new indicators
This commit is contained in:
parent
0379c723e9
commit
b9c29ad110
8 changed files with 55 additions and 13 deletions
|
@ -19,7 +19,8 @@
|
|||
|
||||
$('#recentlyAddedItems', page).html(LibraryBrowser.getPosterViewHtml({
|
||||
items: result.Items,
|
||||
useAverageAspectRatio: true
|
||||
useAverageAspectRatio: true,
|
||||
showNewIndicator: false
|
||||
}));
|
||||
|
||||
});
|
||||
|
@ -59,7 +60,7 @@
|
|||
IncludeItemTypes: "Trailer",
|
||||
Limit: 5,
|
||||
Recursive: true,
|
||||
Fields: "PrimaryImageAspectRatio",
|
||||
Fields: "PrimaryImageAspectRatio,DateCreated",
|
||||
Filters: "IsUnplayed"
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue