1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Fixed category missing in the export for groups

This commit is contained in:
2025-03-10 03:22:55 +04:00
parent 4f302faf45
commit 11af0f6484

View File

@@ -21,6 +21,7 @@ const entitiesExporters: ExportersMap = {
tags: entity.settings.tags,
prefixes: entity.settings.prefixes,
suffixes: entity.settings.suffixes,
category: entity.settings.category,
}
}
};