remove new indicator

This commit is contained in:
Luke Pulverenti 2013-12-27 16:20:27 -05:00
parent 79a51f6b3a
commit 1f7bbddb34
7 changed files with 12 additions and 37 deletions

View file

@ -19,7 +19,7 @@
$('#recentlyAddedAlbums', page).html(LibraryBrowser.getPosterViewHtml({
items: result.Items,
useAverageAspectRatio: true,
showNewIndicator: false,
showUnplayedIndicator: false,
shape: "square"
}));
@ -40,7 +40,7 @@
$('#recentlyAddedSongs', page).html(LibraryBrowser.getPosterViewHtml({
items: result.Items,
useAverageAspectRatio: true,
showNewIndicator: false,
showUnplayedIndicator: false,
shape: "square",
showTitle: true,
showParentTitle: true
@ -70,7 +70,7 @@
$('#recentlyPlayedSongs', page).html(LibraryBrowser.getPosterViewHtml({
items: result.Items,
useAverageAspectRatio: true,
showNewIndicator: false,
showUnplayedIndicator: false,
shape: "square",
showTitle: true,
showParentTitle: true
@ -100,7 +100,7 @@
$('#topPlayedSongs', page).html(LibraryBrowser.getPosterViewHtml({
items: result.Items,
useAverageAspectRatio: true,
showNewIndicator: false,
showUnplayedIndicator: false,
shape: "square",
showTitle: true,
showParentTitle: true