Skip to content

Commit

Permalink
fix: stop thumbnail jobs when closing library (TagStudioDev#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
yedpodtrzitko authored Nov 15, 2024
1 parent fd0df94 commit 139836d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tagstudio/src/qt/ts_qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ def close_library(self, is_shutdown: bool = False):

self.lib.close()

self.thumb_job_queue.queue.clear()
if is_shutdown:
# no need to do other things on shutdown
return
Expand Down

0 comments on commit 139836d

Please sign in to comment.