Navy.gif
822bf608f3
rebuild option in rescan request command to request songs music downloader classes misc fixes
7 lines
130 B
TypeScript
7 lines
130 B
TypeScript
export type DownloaderResult = {
|
|
filePath: string,
|
|
artist: string,
|
|
song: string,
|
|
album: string,
|
|
ext: string
|
|
}; |