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

Update moviegenres.js

This commit is contained in:
Samuel 2020-01-20 21:52:47 -05:00 committed by GitHub
parent 02f6928fcd
commit 143cd2bfad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,7 +114,10 @@ define(["layoutManager", "loading", "libraryBrowser", "cardBuilder", "lazyLoader
shape: getPortraitShape(), shape: getPortraitShape(),
scalable: true, scalable: true,
overlayMoreButton: true, overlayMoreButton: true,
allowBottomPadding: false allowBottomPadding: true,
showTitle: true,
centerText: true,
showYear: true
}); });
} }
if (result.Items.length >= query.Limit) { if (result.Items.length >= query.Limit) {