1
0
mirror of https://github.com/algora-io/tv.git synced 2025-01-05 01:20:24 +02:00

add 1024px logo in mediaSession metadata

This commit is contained in:
zafer 2024-05-07 15:16:33 +03:00
parent 6ecef54191
commit aca465dfe1

View File

@ -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",