Skip to content

Commit 4d6f9fd

Browse files
Update tagScenesWithPerfTags.py (#619)
Co-authored-by: DogmaDragon <[email protected]>
1 parent 669dd97 commit 4d6f9fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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)

plugins/tagScenesWithPerfTags/tagScenesWithPerfTags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Tag Scenes From Performer Tags
22
description: tags scenes with performer tags.
3-
version: 0.2.2
3+
version: 0.2.3
44
exec:
55
- python
66
- "{pluginDir}/tagScenesWithPerfTags.py"

0 commit comments

Comments
 (0)