[scrobbles] Add orgparse and start of emacs webhook

This commit is contained in:
2025-06-06 17:25:04 -04:00
parent 39e2fdce27
commit 99a6e5107b
4 changed files with 48 additions and 1 deletions

View File

@ -36,6 +36,11 @@ urlpatterns = [
views.web_scrobbler_webhook,
name="web-scrobbler-webhook",
),
path(
"webhook/emacs/",
views.emacs_webhook,
name="emacs-webhook",
),
path(
"webhook/gps/",
views.gps_webhook,