mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Pull advanced info from provider when opening a movie.
This commit is contained in:
parent
e1f5cb24ec
commit
4accd2be85
9 changed files with 666 additions and 12 deletions
|
|
@ -65,8 +65,7 @@ urlpatterns = [
|
|||
path("redoc/", schema_view.with_ui("redoc", cache_timeout=0), name="schema-redoc"),
|
||||
# Optionally, serve the raw Swagger JSON
|
||||
path("swagger.json", schema_view.without_ui(cache_timeout=0), name="schema-json"),
|
||||
# VOD
|
||||
path("api/vod/", include("apps.vod.urls")),
|
||||
|
||||
path("proxy/vod/", include("apps.proxy.vod_proxy.urls")),
|
||||
# Catch-all routes should always be last
|
||||
path("", TemplateView.as_view(template_name="index.html")), # React entry point
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue