feat/audiobook_chapters (#16518)

feat/audiobook_chapters
This commit is contained in:
Seven Rats
2026-05-03 06:18:20 -04:00
committed by GitHub
parent df6f706c2f
commit f5f75ed2e1
11 changed files with 171 additions and 51 deletions

View File

@@ -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
}