From aca465dfe1e297bc5a3e46690d6ff9da7eb93817 Mon Sep 17 00:00:00 2001 From: zafer Date: Tue, 7 May 2024 15:16:33 +0300 Subject: [PATCH] add 1024px logo in mediaSession metadata --- assets/js/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/app.ts b/assets/js/app.ts index acc9b17..8585c69 100644 --- a/assets/js/app.ts +++ b/assets/js/app.ts @@ -175,7 +175,7 @@ const Hooks = { title: opts.title, artist: opts.channel_name, album: "Algora TV", - artwork: [96, 128, 192, 256, 384, 512].map((px) => ({ + artwork: [96, 128, 192, 256, 384, 512, 1024].map((px) => ({ src: `https://console.algora.io/asset/storage/v1/object/public/images/algora-gradient-${px}px.png`, sizes: `${px}x${px}`, type: "image/png",