- Remove settings.reload() call which doesn't exist in Pydantic BaseSettings - Manually sync anime_directory and NFO settings from config.json to settings object - Mirrors the sync logic used in fastapi_app.py lifespan - Fixes AttributeError: 'Settings' object has no attribute 'reload'