fix: stop thumbnail jobs when closing library (#583)

This commit is contained in:
yed
2024-11-15 10:55:16 +07:00
committed by GitHub
parent fd0df94830
commit 139836d9c8

View File

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