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

Merge pull request #1113 from MrTimscampi/tv-genres-title

Add title and year to posters in TV genres view

(cherry picked from commit ddc094dbfa)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
dkanada 2020-04-22 11:40:31 +09:00 committed by Joshua M. Boniface
parent f68bdaa276
commit e33ffbe9aa

View file

@ -113,6 +113,9 @@ define(["layoutManager", "loading", "libraryBrowser", "cardBuilder", "lazyLoader
itemsContainer: elem, itemsContainer: elem,
shape: getPortraitShape(), shape: getPortraitShape(),
scalable: true, scalable: true,
showTitle: true,
centerText: true,
showYear: true,
overlayMoreButton: true, overlayMoreButton: true,
allowBottomPadding: false allowBottomPadding: false
}); });