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:
parent
b90eabc00a
commit
62ee9f124c
8 changed files with 144 additions and 9 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue