optimize transpose service

This commit is contained in:
2026-03-09 17:18:49 +01:00
parent f7e11b792c
commit 4141824b00
5 changed files with 179 additions and 48 deletions

View File

@@ -5,10 +5,10 @@ describe('Filter Helper', () => {
const song: Song = {
title: 'Song Title',
text: "This is a songtext, aa?bb!cc,dd.ee'ff",
legalOwner: '',
legalOwner: 'other',
label: '',
id: '',
legalType: '',
legalType: 'open',
artist: '',
comment: '',
edits: [],
@@ -18,9 +18,9 @@ describe('Filter Helper', () => {
number: 1,
legalOwnerId: '',
origin: '',
status: '',
status: 'draft',
tempo: 10,
type: '',
type: 'Misc',
termsOfUse: '',
};