mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Support person types for books
This commit is contained in:
parent
ebc6d274bd
commit
caf028b721
4 changed files with 22 additions and 2 deletions
|
@ -591,8 +591,7 @@ function setFieldVisibilities(context, item) {
|
|||
|| item.Type === 'Genre'
|
||||
|| item.Type === 'Studio'
|
||||
|| item.Type === 'MusicGenre'
|
||||
|| item.Type === 'TvChannel'
|
||||
|| item.Type === 'Book') {
|
||||
|| item.Type === 'TvChannel') {
|
||||
hideElement('#peopleCollapsible', context);
|
||||
} else {
|
||||
showElement('#peopleCollapsible', context);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue