Remove '-28' from X-Apple-Store-Front header

This commit is contained in:
Rafael Moraes
2026-04-27 09:17:36 -03:00
parent 3765ef0df4
commit 8f184fcb66
+1 -1
View File
@@ -134,7 +134,7 @@ class ItunesApi:
response = await self.client.get(
ITUNES_PAGE_API_URL.format(media_type=media_type, media_id=media_id),
headers={
"X-Apple-Store-Front": f"{self.storefront_id}-28,32 t:music31",
"X-Apple-Store-Front": f"{self.storefront_id},32 t:music31",
},
)
response.raise_for_status()