Improved chart pack destination folder name

This commit is contained in:
Geomitron
2020-05-18 00:07:10 -04:00
parent 9cdc5e8847
commit 502360bec4
2 changed files with 7 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ export interface NewDownload {
avTagName: string
artist: string
charter: string
driveData: DriveChart
driveData: DriveChart & { inChartPack: boolean }
}
/**