web: performance improvments
Local Docker Build (Dev) / build-dev (push) Successful in 4s

This commit is contained in:
2025-10-15 10:42:38 -04:00
parent 79a311f8ec
commit 9f05e4cb92
3 changed files with 197 additions and 10 deletions
+1 -1
View File
@@ -663,7 +663,7 @@ class NFOManager:
if preserved_fields:
print(f" 🔍 Content preserved after cleanup: {', '.join(preserved_fields)}")
else:
print(f" No content fields found after cleanup!")
print(f" NFO contains only NFOGuard metadata (no additional content fields)")
except (ET.ParseError, ValueError) as e:
print(f"⚠️ Corrupted episode NFO detected: {nfo_path} - {str(e)[:100]}...")