From e1ca4b77dc08c448ae3525baea90a3930e2365f0 Mon Sep 17 00:00:00 2001 From: skidoodle Date: Thu, 28 Dec 2023 15:16:40 +0100 Subject: [PATCH] api: +song length --- src/pages/api/spotify.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/api/spotify.ts b/src/pages/api/spotify.ts index c6a9a29..b9cdf5e 100644 --- a/src/pages/api/spotify.ts +++ b/src/pages/api/spotify.ts @@ -34,6 +34,7 @@ export default async function handler( url: song.url, image: song.album.image, progress: song.progress, + length: song.length, }, }) } catch (error) {