[search] Add scrobble searching
All checks were successful
build & deploy / test (push) Successful in 1m44s
build & deploy / deploy (push) Successful in 22s

This commit is contained in:
2026-03-24 14:23:24 -04:00
parent 6766ea7dbb
commit cce2db0ea1
4 changed files with 259 additions and 0 deletions

View File

@ -5,6 +5,7 @@ from tasks.webhooks import emacs_webhook, todoist_webhook
app_name = "scrobbles"
urlpatterns = [
path("search/", views.ScrobbleSearchView.as_view(), name="search"),
path("status/", views.ScrobbleStatusView.as_view(), name="status"),
path(
"widget/top-artists/<str:period>/<int:user_id>/",