Fix #44, additional minor enhncements

This commit is contained in:
2025-07-08 20:48:22 +02:00
parent 3186f375e1
commit 35572a48e7
14 changed files with 353 additions and 32 deletions

View File

@ -5,6 +5,7 @@ export type SongInfo = {
youtubeUrl?: string;
spotifyUrl?: string;
spotifyUri?: string;
tidalUri?: string;
type: 'song' | 'album';
title?: string;
artistName?: string;