Apply suggestion from @dgtlmoon

This commit is contained in:
dgtlmoon
2026-02-17 01:27:53 +01:00
committed by GitHub
parent c1b380ba31
commit 387b672197
@@ -219,7 +219,6 @@ def construct_blueprint(datastore: ChangeDetectionStore, update_q, worker_pool,
if watch_count < 10:
# Run synchronously for small watch counts
mark_viewed_impl()
flash(gettext("Marked as viewed."))
else:
# Start background thread for large watch counts
thread = threading.Thread(target=mark_viewed_impl, daemon=True)