Update tagScenesWithPerfTags.py (#619)

Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
This commit is contained in:
xiosensei 2025-09-29 13:17:47 -05:00 committed by GitHub
parent 669dd97c08
commit 4d6f9fdc59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -121,5 +121,5 @@ elif "hookContext" in json_input["args"]:
) and "inputFields" in json_input["args"]["hookContext"]
and len(json_input["args"]["hookContext"]["inputFields"]) > 2
):
scene = stash.find_scene(id)
scene = stash.find_scene(id, fragment="id organized tags {name} performers {id}")
processScene(scene)

View File

@ -1,6 +1,6 @@
name: Tag Scenes From Performer Tags
description: tags scenes with performer tags.
version: 0.2.2
version: 0.2.3
exec:
- python
- "{pluginDir}/tagScenesWithPerfTags.py"