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

fix project

This commit is contained in:
Luke Pulverenti 2016-11-05 16:16:16 -04:00
parent 3c571f5ded
commit 20a57259dd

View file

@ -34,6 +34,7 @@
var html = '';
var supportsImageAnalysis = appHost.supports('imageanalysis');
var cardLayout = supportsImageAnalysis;
html += cardBuilder.getCardsHtml({
items: items,
@ -43,10 +44,10 @@
showSeriesYear: true,
showParentTitle: true,
overlayText: false,
cardLayout: true,
cardLayout: cardLayout,
showUnplayedIndicator: false,
showChildCountIndicator: true,
centerText: false,
centerText: !cardLayout,
lazy: true,
overlayPlayButton: true,
vibrant: supportsImageAnalysis,