Larger movie posters and cards
All checks were successful
Docker / docker (push) Successful in 1m22s

Poster 110×165px (w342 TMDB), grid et padding agrandis.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
dev
2026-03-04 14:15:02 +00:00
parent b8701f1eaf
commit 19b45f1252
2 changed files with 14 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ import httpx
class TMDBClient:
BASE_URL = "https://api.themoviedb.org/3"
POSTER_BASE = "https://image.tmdb.org/t/p/w185"
POSTER_BASE = "https://image.tmdb.org/t/p/w342"
def __init__(self, api_key: str):
self.api_key = api_key