mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix project
This commit is contained in:
parent
3c571f5ded
commit
20a57259dd
1 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue