mirror of
https://github.com/gotson/komga.git
synced 2026-02-15 20:02:40 +01:00
fix(epub): match artist and illustrator roles to penciller
This commit is contained in:
parent
7c09a3d8d7
commit
b7fe4bde74
1 changed files with 3 additions and 1 deletions
|
|
@ -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? {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue