mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
Add download location settings
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
export interface Download {
|
||||
action: 'add' | 'remove' | 'retry'
|
||||
md5: string
|
||||
chartName?: string // Should be defined if action === 'add'
|
||||
// Should be defined if action === 'add'
|
||||
chart?: { name: string; artist: string; album: string; genre: string; year: string; charter: string }
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -13,7 +14,7 @@ export interface Download {
|
||||
*/
|
||||
export interface DownloadProgress {
|
||||
md5: string
|
||||
chartName: string
|
||||
chart: { name: string; artist: string; album: string; genre: string; year: string; charter: string }
|
||||
header: string
|
||||
body: string
|
||||
percent: number | null
|
||||
|
||||
Reference in New Issue
Block a user