diff --git a/plugins/DupFileManager/DupFileManager.js b/plugins/DupFileManager/DupFileManager.js index fc315f6..994a4ab 100644 --- a/plugins/DupFileManager/DupFileManager.js +++ b/plugins/DupFileManager/DupFileManager.js @@ -32,7 +32,8 @@ var LocalDuplicateReport = RunPluginDupFileManager("getLocalDupReportPath", "json"); var LocalDuplicateReportPath = "file://" + LocalDuplicateReport.Path; console.log(LocalDuplicateReportPath); - AdvanceMenuOptionUrl = LocalDuplicateReportPath.replace("DuplicateTagScenes.html", "DupFileManager/advance_options.html"); + AdvanceMenuOptionUrl = LocalDuplicateReportPath.replace("report\\DuplicateTagScenes.html", "advance_options.html"); + console.log(AdvanceMenuOptionUrl); LocalDupReportExist = LocalDuplicateReport.LocalDupReportExist; return LocalDuplicateReportPath; } diff --git a/plugins/DupFileManager/DupFileManager.py b/plugins/DupFileManager/DupFileManager.py index e6b4c23..8225fbd 100644 --- a/plugins/DupFileManager/DupFileManager.py +++ b/plugins/DupFileManager/DupFileManager.py @@ -526,7 +526,7 @@ def getHtmlReportTableRow(qtyResults, tagDuplicates): htmlReportPrefix = htmlReportPrefix.replace('http://127.0.0.1:9999/graphql', stash.url) htmlReportPrefix = htmlReportPrefix.replace('http://localhost:9999/graphql', stash.url) if tagDuplicates == False: - htmlReportPrefix = htmlReportPrefix.replace('name="AdvanceMenu"', "hidden") + htmlReportPrefix = htmlReportPrefix.replace('