We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1bc2bb commit b1d3881Copy full SHA for b1d3881
1 file changed
src/simplejustwatchapi/query.py
@@ -16,7 +16,7 @@
16
$language: Language!,
17
$first: Int!,
18
$formatPoster: ImageFormat,
19
- $formatIcon: ImageFormat,
+ $formatOfferIcon: ImageFormat,
20
$profile: PosterProfile,
21
$backdropProfile: BackdropProfile,
22
$filter: OfferFilter!,
@@ -73,7 +73,7 @@
73
packageId
74
clearName
75
technicalName
76
- icon(profile: S100, format: $formatIcon)
+ icon(profile: S100, format: $formatOfferIcon)
77
__typename
78
}
79
id
@@ -147,7 +147,7 @@ def prepare_search_request(
147
"language": language,
148
"country": country.upper(),
149
"formatPoster": "JPG",
150
- "formatIcon": "PNG",
+ "formatOfferIcon": "PNG",
151
"profile": "S718",
152
"backdropProfile": "S1920",
153
"filter": {"bestOnly": best_only},
0 commit comments