Fixed e621_tagger misassigned performers (#644)

This commit is contained in:
yokarion 2025-12-17 18:36:53 +01:00 committed by GitHub
parent 5ceae0f710
commit c3de80e75e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ def process_e621_post_for_item(
performer_ids = []
for char in post_data.get("tags", {}).get("character", []):
name = char.split("_(")[0]
name = char
perf = get_or_create_performer(stash, name)
performer_ids.append(perf["id"])

View File

@ -1,6 +1,6 @@
name: e621_tagger
description: Finding images and videos on e621 and tagging them.
version: 0.4
version: 0.5
url: https://github.com/stashapp/CommunityScripts/
exec:
- python