fix: Anime list endpoint now returns data correctly

- Root cause: Server needed restart to complete initialization
- Startup process syncs data files to DB and loads into memory
- Verified: GET /api/anime returns 192 anime with full metadata
This commit is contained in:
2026-01-21 18:58:24 +01:00
parent f9e4970615
commit b2379e05cf
6 changed files with 21 additions and 676 deletions

View File

@@ -462,7 +462,7 @@ class TestPerformanceComparison:
async def test_scan_single_series_is_fast(self, background_loader, tmp_path):
"""Test that scanning a single series is fast."""
import time
# Create series structure
series_dir = tmp_path / "Performance Test"
for season_num in range(1, 6):