chore: update public repo

This commit is contained in:
desu-bot 2025-05-09 06:46:50 +00:00
parent 96426d01c1
commit 68a2d17239
No known key found for this signature in database
5 changed files with 50 additions and 7 deletions

View file

@ -30,6 +30,7 @@ export const NavidromeSong = z.object({
albumArtist: z.string(),
artist: z.string(),
path: z.string(),
libraryPath: z.string(),
duration: z.number(),
size: z.number(),
})