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 2910de6 commit 3e4fb63Copy full SHA for 3e4fb63
plugins/timestampTrade/timestampTrade.py
@@ -66,7 +66,7 @@ def processSceneTimestamTrade(s):
66
marker["primary_tag"] = m["name"]
67
68
if settings["addTsTradeTitle"]:
69
- marker["title"] = f"[TsTrade] {m["name"]}"
+ marker["title"] = f"[TsTrade] {m['name']}"
70
71
# check for markers with a zero length title, skip adding
72
if len(marker["primary_tag"]) == 0:
@@ -1331,6 +1331,7 @@ def excluded_marker_tag(marker):
1331
"submitFunscriptHash": True,
1332
"excludedMarkerWords": "",
1333
"matchFunscripts": True,
1334
+ "addTsTradeTag": False,
1335
"addTsTradeTitle": False,
1336
}
1337
if "timestampTrade" in config["plugins"]:
0 commit comments