transpose & history

This commit is contained in:
2020-06-13 17:41:53 +02:00
parent bcbd119fbd
commit 835ffa9e8e
19 changed files with 256 additions and 23 deletions

View File

@@ -75,7 +75,7 @@ export class RemoteComponent {
.map(song => ({
id: song.id,
title: song.title,
sections: this.textRenderingService.parse(song.text)
sections: this.textRenderingService.parse(song.text, null)
}))
});
await delay(500);