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

Show year for movies in collection

This commit is contained in:
theguymadmax 2024-09-20 15:52:29 -04:00
parent 9d8f19f76a
commit 3afa85c218

View file

@ -1735,7 +1735,7 @@ function renderCollectionItemType(page, parentItem, type, items) {
items: items,
shape: shape,
showTitle: true,
showYear: type.mediaType === 'Video' || type.type === 'Series',
showYear: type.mediaType === 'Video' || type.type === 'Series' || type.type === 'Movie',
centerText: true,
lazy: true,
showDetailsMenu: true,