Rework individual song download

This commit is contained in:
Jorge Vargas 2025-03-12 19:33:53 -06:00
parent 4ece9041a6
commit 991d69ed96
4 changed files with 42 additions and 15 deletions

View file

@ -7,4 +7,5 @@ export interface TrackRow {
name: string
url: string
format: string
fileName: string
}