Split scrobble endpoints up
This commit is contained in:
@ -4,5 +4,6 @@ from scrobbles import views
|
||||
app_name = 'scrobbles'
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.scrobble_list, name='scrobble-list'),
|
||||
path('', views.scrobble_endpoint, name='scrobble-list'),
|
||||
path('jellyfin/', views.jellyfin_websocket, name='jellyfin-websocket'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user