[tasks] Better updating of org mode tasks

This commit is contained in:
2026-06-04 15:16:44 -04:00
parent c285b0d3b3
commit 85bddb6cba
2 changed files with 3 additions and 3 deletions

View File

@ -232,7 +232,7 @@ class EmacsWebhookView(APIView):
status=status.HTTP_304_NOT_MODIFIED,
)
if task_in_progress:
if scrobble and scrobble.in_progress:
emacs_scrobble_update_task(
post_data.get("source_id"),
post_data.get("notes") or [],