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:
parent
79a51f6b3a
commit
1f7bbddb34
7 changed files with 12 additions and 37 deletions
|
@ -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"
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue