We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3257ca9 commit ec669dcCopy full SHA for ec669dc
plugins/tagScenesWithPerfTags/tagScenesWithPerfTags.py
@@ -121,5 +121,5 @@ def processScene(scene):
121
) and "inputFields" in json_input["args"]["hookContext"]
122
and len(json_input["args"]["hookContext"]["inputFields"]) > 2
123
):
124
- scene = stash.find_scene(id)
+ scene = stash.find_scene(id, fragment="id organized tags {name} performers {id}")
125
processScene(scene)
0 commit comments