Skip to content

Commit

Permalink
Merge pull request #1113 from MrTimscampi/tv-genres-title
Browse files Browse the repository at this point in the history
Add title and year to posters in TV genres view

(cherry picked from commit ddc094d)
Signed-off-by: Joshua M. Boniface <[email protected]>
  • Loading branch information
dkanada authored and joshuaboniface committed Apr 26, 2020
1 parent f68bdaa commit e33ffbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/controllers/shows/tvgenres.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ define(["layoutManager", "loading", "libraryBrowser", "cardBuilder", "lazyLoader
itemsContainer: elem,
shape: getPortraitShape(),
scalable: true,
showTitle: true,
centerText: true,
showYear: true,
overlayMoreButton: true,
allowBottomPadding: false
});
Expand Down

0 comments on commit e33ffbe

Please sign in to comment.