mirror of
https://github.com/gotson/komga.git
synced 2025-01-09 04:08:00 +08:00
fix(epub): match artist and illustrator roles to penciller
This commit is contained in:
parent
7c09a3d8d7
commit
b7fe4bde74
@ -21,7 +21,9 @@ class EpubMetadataProvider(
|
||||
"aut" to "writer",
|
||||
"clr" to "colorist",
|
||||
"cov" to "cover",
|
||||
"edt" to "editor"
|
||||
"edt" to "editor",
|
||||
"art" to "penciller",
|
||||
"ill" to "penciller"
|
||||
)
|
||||
|
||||
override fun getBookMetadataFromBook(book: Book): BookMetadataPatch? {
|
||||
|
Loading…
Reference in New Issue
Block a user