From 8239d7bdeb507176c208f830568eb5719d67bbd2 Mon Sep 17 00:00:00 2001 From: uh wot Date: Sat, 7 Sep 2024 15:36:24 +0200 Subject: [PATCH] play around less with deezer image sizes mmm epic 403 errors :D --- src/streamers/deezer/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/streamers/deezer/constants.ts b/src/streamers/deezer/constants.ts index 2037149..f9d9ce9 100644 --- a/src/streamers/deezer/constants.ts +++ b/src/streamers/deezer/constants.ts @@ -1,6 +1,6 @@ export const GW_LIGHT_URL = 'https://www.deezer.com/ajax/gw-light.php' export const CLIENT_ID = '447462' export const CLIENT_SECRET = 'a83bf7f38ad2f137e444727cfc3775cf' -export const SIZES = [256, 512, 1024, 1200, 3000] +export const SIZES = [256, 512, 1024, 1200] export const BLOWFISH_SECRET = 'g4el58wc0zvf9na1'