WIP: misc fixes, start updating CF/MR export to use download system

This commit is contained in:
comp500
2022-05-20 18:13:43 +01:00
parent e73fa8c48a
commit 55f0e4a297
8 changed files with 182 additions and 223 deletions

View File

@@ -51,6 +51,5 @@ type MetaDownloaderData interface {
type ManualDownload struct {
Name string
FileName string
DestPath string
URL string
}