[search] Add scrobble searching
This commit is contained in:
@ -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>/",
|
||||
|
||||
Reference in New Issue
Block a user