[videos] Add youtube scrobbling
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user