Skip to content

Commit bf5b89d

Browse files
authored
Update tpdbMarkers.py
1 parent 279c985 commit bf5b89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/TPDBMarkers/tpdbMarkers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def processMovie(m):
202202
PLUGIN_ARGS = json_input["args"]["mode"]
203203
if "processScene" == PLUGIN_ARGS:
204204
if "scene_id" in json_input["args"]:
205-
scene = stash.find_scene(json_input["args"]["scene_id"])
205+
scene = stash.find_scene(json_input["args"]["scene_id"], fragment='id urls stash_ids {endpoint stash_id} tags {id} interactive files { path duration fingerprint(type: "phash")}')
206206
processScene(scene)
207207
else:
208208
processAll()

0 commit comments

Comments
 (0)