feat (ui): series overlay

This commit is contained in:
kodi
2026-03-09 16:19:50 +01:00
parent 7a395a24b4
commit c62f61fc38
7 changed files with 312 additions and 0 deletions
+5
View File
@@ -28,3 +28,8 @@ def index(request: Request):
@app.get("/debug.html", response_class=HTMLResponse)
def debug_page(request: Request):
return templates.TemplateResponse("debug.html", {"request": request})
@app.get("/tvdb-embed-test.html", response_class=HTMLResponse)
def tvdb_embed_test_page(request: Request):
return templates.TemplateResponse("tvdb_embed_test.html", {"request": request})