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