Various fixes for home page customization (#902)

## Description
Fixes several issues with home page customization such as
- Displaying wrong episode-specific display options
- Smaller text on cards without images
- Prefer fill scaling for posters, like the old home page

### Related issues
Related to #803 

### Testing
Emulator

## Screenshots
N/A

## AI or LLM usage
None
This commit is contained in:
Ray 2026-02-18 13:40:18 -05:00 committed by GitHub
parent dc3c6dc739
commit 8c2227bf67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 21 additions and 13 deletions

View file

@ -859,8 +859,10 @@ class HomeSettingsService
userId = userDto.id,
fields = DefaultItemFields,
limit = limit,
enableImages = true,
enableUserData = true,
enableImages = true,
enableImageTypes = listOf(ImageType.PRIMARY),
imageTypeLimit = 1,
)
api.liveTvApi
.getRecommendedPrograms(request)