mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
api: +song length
This commit is contained in:
parent
ee2674f8ef
commit
e1ca4b77dc
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ export default async function handler(
|
||||||
url: song.url,
|
url: song.url,
|
||||||
image: song.album.image,
|
image: song.album.image,
|
||||||
progress: song.progress,
|
progress: song.progress,
|
||||||
|
length: song.length,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue