Add retroarch import tasks and models
This commit is contained in:
@ -65,6 +65,11 @@ urlpatterns = [
|
||||
views.ScrobbleKoReaderImportDetailView.as_view(),
|
||||
name="koreader-import-detail",
|
||||
),
|
||||
path(
|
||||
"imports/retroarch/<slug:slug>/",
|
||||
views.ScrobbleRetroarchImportDetailView.as_view(),
|
||||
name="retroarch-import-detail",
|
||||
),
|
||||
path(
|
||||
"charts/",
|
||||
views.ChartRecordView.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user