edit and update data

This commit is contained in:
2020-05-13 19:35:21 +02:00
committed by benjamin
parent 6de7de7224
commit 8aeffc3c8f
31 changed files with 341 additions and 50 deletions
@@ -12,7 +12,7 @@ export class SongTypePipe implements PipeTransform {
case 'Praise':
return 'Lobpreis';
default:
return ''
return '';
}
}