From c9a4d948163d1c2d17f70fbbf3dbf82e20f5c56e Mon Sep 17 00:00:00 2001 From: San Kang Date: Fri, 11 Aug 2023 08:22:34 +0900 Subject: [PATCH] Fix: Add `Tags` to `KEYS_STRING` Helper does not write `Tags` element in `ComicInfo.xml` because there is no `Tags` in `KEYS_STRING` --- pycbzhelper/comicinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycbzhelper/comicinfo.py b/pycbzhelper/comicinfo.py index ff923f7..bb754da 100644 --- a/pycbzhelper/comicinfo.py +++ b/pycbzhelper/comicinfo.py @@ -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 = [