From 6ef3c7773580b216c70dbcc24f1ae9b0f282fb76 Mon Sep 17 00:00:00 2001 From: Chris King Date: Sun, 16 Feb 2025 02:13:19 -0800 Subject: [PATCH] Set remoteReportDirURL to Stash custom_served_folders URL --- plugins/DupFileManager/DupFileManager_report_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/DupFileManager/DupFileManager_report_config.py b/plugins/DupFileManager/DupFileManager_report_config.py index 2692741..bf1a180 100644 --- a/plugins/DupFileManager/DupFileManager_report_config.py +++ b/plugins/DupFileManager/DupFileManager_report_config.py @@ -50,7 +50,7 @@ report_config = { # If enabled, create an HTML report when tagging duplicate files "createHtmlReport" : True, # To use a private or an alternate site to access report and advance menu - "remoteReportDirURL" : "https://stash.axter.com/1.1/", + "remoteReportDirURL" : "https://stash.tremendousturtle.tools/custom/", # To use a private or an alternate site to access jquery, easyui, and jquery.prompt "js_DirURL" : "https://www.axter.com/js/", }