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);
|
||||
|
|
|
@ -28,6 +28,16 @@
|
|||
<option value="Remixer">${Remixer}</option>
|
||||
<option value="AlbumArtist">${AlbumArtist}</option>
|
||||
<option value="Artist">${Artist}</option>
|
||||
<option value="Creator">${Creator}</option>
|
||||
<option value="Author">${Author}</option>
|
||||
<option value="Illustrator">${Illustrator}</option>
|
||||
<option value="Penciller">${Penciller}</option>
|
||||
<option value="Inker">${Inker}</option>
|
||||
<option value="Colorist">${Colorist}</option>
|
||||
<option value="Letterer">${Letterer}</option>
|
||||
<option value="CoverArtist">${CoverArtist}</option>
|
||||
<option value="Editor">${Editor}</option>
|
||||
<option value="Translator">${Translator}</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue