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

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

@ -18,7 +18,6 @@
$('#recentlyAddedItems', page).html(LibraryBrowser.getPosterViewHtml({
items: result.Items,
useAverageAspectRatio: false,
showNewIndicator: false,
transparent: true,
borderless: true
}));