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

Merge branch 'master' into migrate-to-ES6-41

This commit is contained in:
Cameron 2020-07-31 11:20:39 +01:00 committed by GitHub
commit aa26acc015
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
241 changed files with 2605 additions and 5541 deletions

View file

@ -180,8 +180,7 @@ import 'emby-scroller';
function getItemsHtmlFn(section) {
return function (items) {
const supportsImageAnalysis = appHost.supports('imageanalysis');
let cardLayout = (appHost.preferVisualCards || supportsImageAnalysis) && section.autoCardLayout && section.showTitle;
let cardLayout = appHost.preferVisualCards && section.autoCardLayout && section.showTitle;
cardLayout = false;
const serverId = this.apiClient.serverId();
const leadingButtons = layoutManager.tv ? [{