TPDBMarkers: Fix syntax error (#617)

This commit is contained in:
anonymous-ants
2025-09-16 08:58:10 -07:00
committed by GitHub
parent 546d806977
commit a2813fbeab
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
name: The Porn DB Markers
description: Sync Markers from The Porn DB aka theporndb.net
version: 0.4.1
version: 0.4.2
url: https://github.com/stashapp/CommunityScripts/
exec:
- python

View File

@@ -47,7 +47,7 @@ def processScene(scene):
marker["tags"].append(int(getTag("[TPDBMarker]")))
if settings["addTPDBMarkerTitle"]:
marker["title"] = f"[TPDBMarker] {m["title"]}"
marker["title"] = f'[TPDBMarker] {m["title"]}'
markers.append(marker)