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:
@@ -34,6 +34,7 @@ export default async function handler(
|
||||
url: song.url,
|
||||
image: song.album.image,
|
||||
progress: song.progress,
|
||||
length: song.length,
|
||||
},
|
||||
})
|
||||
} catch (error) {
|
||||
|
Reference in New Issue
Block a user