added new indicators

This commit is contained in:
Luke Pulverenti 2013-04-10 00:38:04 -04:00
parent 0379c723e9
commit b9c29ad110
8 changed files with 55 additions and 13 deletions

View file

@ -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"
};