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

@ -348,7 +348,6 @@
var html = LibraryBrowser.getPosterViewHtml({
items: result.Items,
useAverageAspectRatio: true,
showNewIndicator: true,
shape: item.Type == "MusicAlbum" ? "portrait" : "square"
});
@ -459,7 +458,6 @@
var html = LibraryBrowser.getPosterViewHtml({
items: result.Items,
useAverageAspectRatio: item.MediaType != "Game",
showNewIndicator: true,
shape: item.Type == "MusicAlbum" ? "square" : "portrait"
});