Skip to content

Commit ec669dc

Browse files
authored
Update tagScenesWithPerfTags.py
fix fragment requirement for find_scene
1 parent 3257ca9 commit ec669dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/tagScenesWithPerfTags/tagScenesWithPerfTags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,5 @@ def processScene(scene):
121121
) and "inputFields" in json_input["args"]["hookContext"]
122122
and len(json_input["args"]["hookContext"]["inputFields"]) > 2
123123
):
124-
scene = stash.find_scene(id)
124+
scene = stash.find_scene(id, fragment="id organized tags {name} performers {id}")
125125
processScene(scene)

0 commit comments

Comments
 (0)