mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-03 16:43:47 +00:00
fix: stop thumbnail jobs when closing library (#583)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user