From f00cd1568ceb10ec41afabd8a8b38a29366e7d27 Mon Sep 17 00:00:00 2001 From: Mizaki Date: Sun, 28 Apr 2024 16:09:14 +0100 Subject: [PATCH] Clear cache on autotag rather than reloading --- comictaggerlib/autotagmatchwindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comictaggerlib/autotagmatchwindow.py b/comictaggerlib/autotagmatchwindow.py index d6999a8..f615b47 100644 --- a/comictaggerlib/autotagmatchwindow.py +++ b/comictaggerlib/autotagmatchwindow.py @@ -273,4 +273,4 @@ class AutoTagMatchWindow(QtWidgets.QDialog): ) break - ca.load_cache(list(metadata_styles)) # TODO Should this be what the others do in taggerwindow.py etc.? + ca.reset_cache()