api: +song length

This commit is contained in:
skidoodle 2023-12-28 15:16:40 +01:00
parent ee2674f8ef
commit e1ca4b77dc

View file

@ -34,6 +34,7 @@ export default async function handler(
url: song.url,
image: song.album.image,
progress: song.progress,
length: song.length,
},
})
} catch (error) {