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

Add title and year to posters in TV genres view
This commit is contained in:
dkanada 2020-04-22 11:40:31 +09:00 committed by GitHub
commit ddc094dbfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
});