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

Merge pull request #5251 from scampower3/missing-people-types

Add missing options for people metadata editor
This commit is contained in:
Bill Thornton 2024-05-06 16:12:46 -04:00 committed by GitHub
commit ebc6d274bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,8 @@
<option value="Engineer">${Engineer}</option>
<option value="Mixer">${Mixer}</option>
<option value="Remixer">${Remixer}</option>
<option value="AlbumArtist">${AlbumArtist}</option>
<option value="Artist">${Artist}</option>
</select>
</div>