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'