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

Merge pull request #6096 from theguymadmax/add-year-to-collection

This commit is contained in:
Bill Thornton 2024-09-21 01:12:10 -04:00 committed by GitHub
commit 56eeda2ced
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,