Add basic location tracking
This commit is contained in:
@ -34,6 +34,11 @@ urlpatterns = [
|
||||
views.lastfm_import,
|
||||
name="lastfm-import",
|
||||
),
|
||||
path(
|
||||
"webhook/gps/",
|
||||
views.gps_webhook,
|
||||
name="gps-webhook",
|
||||
),
|
||||
path(
|
||||
"webhook/jellyfin/",
|
||||
views.jellyfin_webhook,
|
||||
|
||||
Reference in New Issue
Block a user