1
0
Fork 0
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:
Pithaya 2023-10-08 01:26:49 +02:00 committed by Bill Thornton
parent ebc6d274bd
commit caf028b721
4 changed files with 22 additions and 2 deletions

View file

@ -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);