diff options
Diffstat (limited to 'Jellyfin.Data')
| -rw-r--r-- | Jellyfin.Data/Enums/PersonKind.cs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Jellyfin.Data/Enums/PersonKind.cs b/Jellyfin.Data/Enums/PersonKind.cs index 29308789a0..54eac5ff3b 100644 --- a/Jellyfin.Data/Enums/PersonKind.cs +++ b/Jellyfin.Data/Enums/PersonKind.cs @@ -129,5 +129,10 @@ public enum PersonKind /// <summary> /// A person who renders a text from one language into another. /// </summary> - Translator + Translator, + + /// <summary> + /// A person who narrates a book or other work. + /// </summary> + Narrator } |
