mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-04 01:52:30 -06:00
Update tagScenesWithPerfTags.py (#619)
Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
This commit is contained in:
parent
669dd97c08
commit
4d6f9fdc59
@ -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)
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user