From 2feac00b4cee085cb2571b75a993e93cbb699338 Mon Sep 17 00:00:00 2001 From: SBCrumb Date: Mon, 3 Nov 2025 11:06:11 -0500 Subject: [PATCH] update: updates to web populate --- VERSION | 2 +- api/web_routes.py | 3 ++- nfoguard-web/static/index.html | 6 +++--- start_web.py | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index d566882..a7fb358 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.8.2-populate-fix2 +2.8.3-populate-fix3 diff --git a/api/web_routes.py b/api/web_routes.py index e3c2392..63c1945 100644 --- a/api/web_routes.py +++ b/api/web_routes.py @@ -1956,7 +1956,8 @@ async def bulk_update_nfo_files(dependencies: dict, imdb_ids: list = None, fix_a # Add database admin routes to the web interface def register_database_admin_routes(app, dependencies): """Register database admin routes""" - + from fastapi import Request, Response + @app.post("/api/admin/database/query") async def api_database_query(query: str, limit: int = 100): """Execute a database query""" diff --git a/nfoguard-web/static/index.html b/nfoguard-web/static/index.html index 6bfadf4..9e2a8a3 100644 --- a/nfoguard-web/static/index.html +++ b/nfoguard-web/static/index.html @@ -4,7 +4,7 @@ NFOGuard - Database Management - + @@ -12,7 +12,7 @@
-

NFOGuard v2.8.2-populate-fix2

+

NFOGuard v2.8.3-populate-fix3

Database Management & Reporting