Add partial segments to upload menu

This commit is contained in:
Ajay Ramachandran
2021-05-21 15:51:58 -04:00
parent 6879e90c16
commit 9392d16617
4 changed files with 40 additions and 44 deletions

View File

@@ -410,7 +410,7 @@ function migrateOldFormats(config: SBConfig) {
// Otherwise junk data
if (Array.isArray(jsonData)) {
const oldMap = new Map(jsonData);
oldMap.forEach((sponsorTimes: number[][], key) => {
oldMap.forEach((sponsorTimes: [number, number][], key) => {
const segmentTimes: SponsorTime[] = [];
for (const segment of sponsorTimes) {
segmentTimes.push({