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 e2bd2c1 commit 906a850Copy full SHA for 906a850
plugins/TPDBMarkers/TPDBMarkers.yml
@@ -1,6 +1,6 @@
1
name: The Porn DB Markers
2
description: Sync Markers from The Porn DB aka theporndb.net
3
-version: 0.4.2
+version: 0.4.3
4
url: https://github.com/stashapp/CommunityScripts/
5
exec:
6
- python
plugins/TPDBMarkers/tpdbMarkers.py
@@ -61,7 +61,7 @@ def processScene(scene):
61
# skip if there is already a group linked
62
if settings["createMovieFromScene"] and len(scene.get("groups", [])) == 0:
63
groups=[]
64
- for g in data["groups"]:
+ for g in data["movies"]:
65
group=processGroup(g)
66
if group:
67
groups.append({"group_id": group["id"],"scene_index":None})
0 commit comments