Task 2: guard SeriesApp NFOService init on NFOServiceFactory fallback and document config-only TMDB API key support

This commit is contained in:
2026-04-19 18:46:30 +02:00
parent 2aa184c870
commit b10cce0489
4 changed files with 46 additions and 13 deletions

View File

@@ -54,6 +54,8 @@ Up to 5 background workers share one `NFOService`/`TMDBClient` instance. The `as
## Task 2 — Guard NFOService init in SeriesApp on factory fallback, not just env var
- [x] Completed
### Where
`src/core/SeriesApp.py``__init__` method (~line 175)