From 139836d9c871aa98a606d30b8cbd4380b43ad249 Mon Sep 17 00:00:00 2001 From: yed Date: Fri, 15 Nov 2024 10:55:16 +0700 Subject: [PATCH] fix: stop thumbnail jobs when closing library (#583) --- tagstudio/src/qt/ts_qt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tagstudio/src/qt/ts_qt.py b/tagstudio/src/qt/ts_qt.py index e80aa84e..a63e970e 100644 --- a/tagstudio/src/qt/ts_qt.py +++ b/tagstudio/src/qt/ts_qt.py @@ -586,6 +586,7 @@ class QtDriver(DriverMixin, QObject): self.lib.close() + self.thumb_job_queue.queue.clear() if is_shutdown: # no need to do other things on shutdown return