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 279c985 commit bf5b89dCopy full SHA for bf5b89d
plugins/TPDBMarkers/tpdbMarkers.py
@@ -202,7 +202,7 @@ def processMovie(m):
202
PLUGIN_ARGS = json_input["args"]["mode"]
203
if "processScene" == PLUGIN_ARGS:
204
if "scene_id" in json_input["args"]:
205
- scene = stash.find_scene(json_input["args"]["scene_id"])
+ 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")}')
206
processScene(scene)
207
else:
208
processAll()
0 commit comments