Skip to content

Commit a2813fb

Browse files
TPDBMarkers: Fix syntax error (#617)
1 parent 546d806 commit a2813fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/TPDBMarkers/TPDBMarkers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: The Porn DB Markers
22
description: Sync Markers from The Porn DB aka theporndb.net
3-
version: 0.4.1
3+
version: 0.4.2
44
url: https://github.com/stashapp/CommunityScripts/
55
exec:
66
- python

plugins/TPDBMarkers/tpdbMarkers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def processScene(scene):
4747
marker["tags"].append(int(getTag("[TPDBMarker]")))
4848

4949
if settings["addTPDBMarkerTitle"]:
50-
marker["title"] = f"[TPDBMarker] {m["title"]}"
50+
marker["title"] = f'[TPDBMarker] {m["title"]}'
5151

5252
markers.append(marker)
5353

0 commit comments

Comments
 (0)