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:
commit
aa26acc015
241 changed files with 2605 additions and 5541 deletions
|
@ -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 ? [{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue