Aniworld/data/download_queue.json
Lukas cb014cf547 feat(core): Add database support to SeriesApp (Task 7)
- Added db_session parameter to SeriesApp.__init__()
- Added db_session property and set_db_session() method
- Added init_from_db_async() for async database initialization
- Pass db_session to SerieList and SerieScanner during construction
- Added get_series_app_with_db() dependency for FastAPI endpoints
- All 815 unit tests and 55 API tests pass
2025-12-01 19:42:04 +01:00

6 lines
102 B
JSON

{
"pending": [],
"active": [],
"failed": [],
"timestamp": "2025-12-01T18:41:52.350980+00:00"
}