[videos] Add youtube scrobbling

This commit is contained in:
2024-11-05 23:32:03 -05:00
parent b65ebbe397
commit 1b95706f70
6 changed files with 108 additions and 1 deletions

View File

@ -31,6 +31,11 @@ urlpatterns = [
views.lastfm_import,
name="lastfm-import",
),
path(
"webhook/web-scrobbler/",
views.web_scrobbler_webhook,
name="web-scrobbler-webhook",
),
path(
"webhook/gps/",
views.gps_webhook,