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

filled genre/studio pages

This commit is contained in:
Luke Pulverenti 2013-04-11 18:33:49 -04:00
parent b90eabc00a
commit 62ee9f124c
8 changed files with 144 additions and 9 deletions

View file

@ -325,7 +325,7 @@
return '<div class="posterRibbon">' + item.RecentlyAddedItemCount + ' New</div>';
}
if (!item.IsFolder) {
if (!item.IsFolder && item.Type !== "Genre" && item.Type !== "Studio" && item.Type !== "Person") {
var date = item.DateCreated;