From ecda2ad52ae815236ce3ed4b76223078a86cd932 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 18 Mar 2021 20:51:43 -0500 Subject: [PATCH] Fix for match found on scan --- stashr/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stashr/utils.py b/stashr/utils.py index 3f6030b..bb90fe1 100644 --- a/stashr/utils.py +++ b/stashr/utils.py @@ -1080,7 +1080,7 @@ def new_get_scrape_candidates(item): if not match_found: if str(candidate['start_year']) in item.directory_path: scrape_candidate = candidate['id'] - match_found = True + match_found = False scrape_item.scrape_json = json.dumps(candidates.results) scrape_item.scrape_candidate = scrape_candidate