movies: imdb lookup
Local Docker Build (Dev) / build-dev (push) Successful in 6s

This commit is contained in:
2025-11-03 14:22:58 -05:00
parent 01887f082a
commit 65896f1974
4 changed files with 27 additions and 16 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ def create_web_app() -> FastAPI:
app = FastAPI(
title="NFOGuard Web Interface",
description="Web interface for NFOGuard media database management",
version="2.8.7-imdb-path-extraction",
version="2.8.8-movie-id-tuple-fix",
docs_url="/docs" if web_config.web_debug else None,
redoc_url="/redoc" if web_config.web_debug else None
)