mirror of
https://github.com/hyugogirubato/cbz.git
synced 2026-09-26 13:31:00 +00:00
Fix: Add Tags to KEYS_STRING
Helper does not write `Tags` element in `ComicInfo.xml` because there is no `Tags` in `KEYS_STRING`
This commit is contained in:
@@ -3,7 +3,7 @@ KEYS_STRING = [
|
||||
"Summary", "Notes", "Writer", "Penciller", "Inker", "Colorist",
|
||||
"Letterer", "CoverArtist", "Editor", "Publisher", "Imprint", "Genre",
|
||||
"Web", "Characters", "Teams", "Locations", "ScanInformation",
|
||||
"StoryArc", "SeriesGroup", "CommunityRating"
|
||||
"StoryArc", "SeriesGroup", "CommunityRating", "Tags"
|
||||
]
|
||||
|
||||
KEYS_INT = [
|
||||
|
||||
Reference in New Issue
Block a user