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 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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue