Skip to content

Commit dedb378

Browse files
authored
Update timestampTrade.py
1 parent 7d9b2d8 commit dedb378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/timestampTrade/timestampTrade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1476,7 +1476,7 @@ def excluded_marker_tag(marker):
14761476
if "scene_id" in json_input["args"]:
14771477
scene = stash.find_scene(
14781478
json_input["args"]["scene_id"],
1479-
fragment='id urls stash_ids {endpoint stash_id} tags {id} interactive files { path duration fingerprint(type: "phash")}')
1479+
fragment='id urls stash_ids {endpoint stash_id} tags {id} scene_markers {id} interactive files { path duration fingerprint(type: "phash")}')
14801480
processScene(scene)
14811481
else:
14821482
query = {

0 commit comments

Comments
 (0)