mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Merge pull request #719 from samuel9554/samuel9554-patch-1
Add titles in movie tabs genres moviegenres.js
This commit is contained in:
commit
131e982d37
@ -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…
Reference in New Issue
Block a user