From ad21862c29f10bf185fd675ed0c4df5a59ad17ce Mon Sep 17 00:00:00 2001 From: feederbox826 Date: Wed, 27 Nov 2024 01:11:31 -0500 Subject: [PATCH] [tsTrade] add default path https://github.com/stashapp/CommunityScripts/commit/3e4fb6383e8a405ad5ed2b1d47502c75bd8d42de --- plugins/timestampTrade/timestampTrade.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/timestampTrade/timestampTrade.py b/plugins/timestampTrade/timestampTrade.py index c4de6645..2e8a1eb8 100644 --- a/plugins/timestampTrade/timestampTrade.py +++ b/plugins/timestampTrade/timestampTrade.py @@ -1333,6 +1333,7 @@ def excluded_marker_tag(marker): "matchFunscripts": True, "addTsTradeTag": False, "addTsTradeTitle": False, + "path": "/download_dir/tt-auto" } if "timestampTrade" in config["plugins"]: settings.update(config["plugins"]["timestampTrade"])