mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
refactor: migrate image configuration to runtime snapshot
This commit is contained in:
@@ -141,4 +141,9 @@ def build_chain_runtime_config(settings: Settings) -> ChainRuntimeConfig:
|
||||
television_rename_format=settings.RENAME_FORMAT(MediaType.TV),
|
||||
music_rename_format=settings.RENAME_FORMAT(MediaType.MUSIC),
|
||||
tmdb_image_domain=settings.TMDB_IMAGE_DOMAIN,
|
||||
wallpaper=settings.WALLPAPER,
|
||||
customize_wallpaper_api_url=settings.CUSTOMIZE_WALLPAPER_API_URL,
|
||||
security_image_suffixes=tuple(settings.SECURITY_IMAGE_SUFFIXES),
|
||||
cache_path=settings.CACHE_PATH,
|
||||
global_image_cache_days=settings.GLOBAL_IMAGE_CACHE_DAYS,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user