Hydrate missing artwork from Jellyseerr (build 271261539)

This commit is contained in:
2026-01-27 15:40:36 +13:00
parent b98239ab3e
commit 3493bf715e
2 changed files with 2 additions and 2 deletions

View File

@@ -1464,7 +1464,7 @@ async def recent_requests(
rows = _get_recent_from_cache(requested_by, take, skip, since_iso)
cache_mode = (runtime.artwork_cache_mode or "remote").lower()
allow_title_hydrate = False
allow_artwork_hydrate = allow_remote
allow_artwork_hydrate = client.configured()
jellyfin = JellyfinClient(runtime.jellyfin_base_url, runtime.jellyfin_api_key)
jellyfin_cache: Dict[str, bool] = {}