[tasks] Better updating of org mode tasks
This commit is contained in:
@ -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 [],
|
||||
|
||||
Reference in New Issue
Block a user