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