fix(epub): match artist and illustrator roles to penciller

This commit is contained in:
Gauthier Roebroeck 2020-04-11 19:33:21 +08:00
parent 7c09a3d8d7
commit b7fe4bde74

View file

@ -21,7 +21,9 @@ class EpubMetadataProvider(
"aut" to "writer", "aut" to "writer",
"clr" to "colorist", "clr" to "colorist",
"cov" to "cover", "cov" to "cover",
"edt" to "editor" "edt" to "editor",
"art" to "penciller",
"ill" to "penciller"
) )
override fun getBookMetadataFromBook(book: Book): BookMetadataPatch? { override fun getBookMetadataFromBook(book: Book): BookMetadataPatch? {