Skip to content

Commit

Permalink
Merge pull request #6096 from theguymadmax/add-year-to-collection
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill authored Sep 21, 2024
2 parents 9924f6c + 3afa85c commit 56eeda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/itemDetails/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 56eeda2

Please sign in to comment.