feat: parse translator field from epub

This commit is contained in:
Gauthier Roebroeck 2021-12-28 14:51:29 +08:00
parent ab4b22a0e4
commit 4f6f85c474

View file

@ -31,6 +31,7 @@ class EpubMetadataProvider(
"edt" to "editor",
"art" to "penciller",
"ill" to "penciller",
"trl" to "translator",
)
override fun getCapabilities(): List<BookMetadataPatchCapability> =