Improve audio length display

This commit is contained in:
Geomitron
2020-05-18 14:39:53 -04:00
parent 502360bec4
commit 819c0ebff8
2 changed files with 4 additions and 3 deletions

View File

@@ -78,6 +78,8 @@ export interface ChartMetadata {
[difficulty: string]: number
}
}
/** number of seconds */
length: number
/** number of seconds */
effectiveLength: number
}