Clear cache on autotag rather than reloading

This commit is contained in:
Mizaki 2024-04-28 16:09:14 +01:00
parent f9d79ead9d
commit f00cd1568c

View File

@ -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()