diff --git a/app/chain/tmdb.py b/app/chain/tmdb.py index 905e4322..89ae2a39 100644 --- a/app/chain/tmdb.py +++ b/app/chain/tmdb.py @@ -5,6 +5,7 @@ from cachetools import cached, TTLCache from app import schemas from app.chain import ChainBase +from app.core.config import settings from app.core.context import MediaInfo from app.schemas import MediaType from app.utils.singleton import Singleton