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

Mobile layout refinements

This commit is contained in:
Bill Thornton 2021-08-13 14:43:55 -04:00
parent dc59c68c20
commit 1734f5c345
2 changed files with 4 additions and 4 deletions

View file

@ -565,8 +565,8 @@ function renderDetailPageBackdrop(page, item, apiClient) {
return false;
}
// Disable item backdrop for people because they never look right
if (item.Type === 'Person') {
// Disable item backdrop for books and people because they only have primary images
if (item.Type === 'Person' || item.Type === 'Book') {
return false;
}