1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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.getEpisodePosterViewHtml({
items: result.Items,
useAverageAspectRatio: true
useAverageAspectRatio: true,
showNewIndicator: false
}));
});
@ -33,7 +34,7 @@
Filters: "IsResumable",
Limit: 6,
Recursive: true,
Fields: "PrimaryImageAspectRatio,SeriesInfo"
Fields: "PrimaryImageAspectRatio,SeriesInfo,DateCreated"
};
ApiClient.getItems(Dashboard.getCurrentUserId(), options).done(function (result) {