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:
parent
02f6928fcd
commit
143cd2bfad
1 changed files with 4 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue