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:
parent
f68bdaa276
commit
e33ffbe9aa
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue