chore: update public repo

This commit is contained in:
desu-bot 2025-05-09 06:46:50 +00:00
parent cd9b06512f
commit df138936b1
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(),
})