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:
parent
dc59c68c20
commit
1734f5c345
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue