3 Commits

Author SHA1 Message Date
f8634bf605 Fix WebSocket room subscription format 2026-01-23 15:25:47 +01:00
b2379e05cf 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
2026-01-21 18:58:24 +01:00
db1e7fa54b Fix NFO database query errors
- Fixed async context manager issue in anime.py (use get_sync_session)
- Fixed async methods in anime_service.py to use async with
- Fixed folder_name attribute error (should be folder)
- All three methods now properly handle database sessions
2026-01-18 11:56:22 +01:00