mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 15:34:17 +01:00
feat: parse translator field from epub
This commit is contained in:
parent
ab4b22a0e4
commit
4f6f85c474
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ class EpubMetadataProvider(
|
|||
"edt" to "editor",
|
||||
"art" to "penciller",
|
||||
"ill" to "penciller",
|
||||
"trl" to "translator",
|
||||
)
|
||||
|
||||
override fun getCapabilities(): List<BookMetadataPatchCapability> =
|
||||
|
|
|
|||
Loading…
Reference in a new issue