This commit is contained in:
2026-03-15 12:50:33 +01:00
parent dd68a6b21d
commit d907c89eb6
36 changed files with 309 additions and 286 deletions

View File

@@ -96,10 +96,11 @@ export class TextRenderingService {
return [];
}
const indices = {
const indices: Record<SectionType, number> = {
[SectionType.Bridge]: 0,
[SectionType.Chorus]: 0,
[SectionType.Verse]: 0,
[SectionType.Comment]: 0,
};
const sections: Section[] = [];