This commit is contained in:
matan2244
2026-03-31 05:12:19 +00:00
committed by GitHub

View File

@@ -486,7 +486,7 @@ def main(args):
for tag in always_first_tags:
if tag in combined_tags:
combined_tags.remove(tag)
combined_tags.insert(0, tag)
combined_tags.insert(0, tag)
# 先頭のカンマを取る
if len(general_tag_text) > 0: