From 6d0612a6eb08d0415cda8836167220c0eb73e377 Mon Sep 17 00:00:00 2001 From: aria Date: Fri, 6 Sep 2024 01:44:20 -0400 Subject: [PATCH] play around with image sizes --- 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 3867044..2037149 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 = [128, 256, 512, 1024] +export const SIZES = [256, 512, 1024, 1200, 3000] export const BLOWFISH_SECRET = 'g4el58wc0zvf9na1'