Mercurial > hg > ugly-duckling
changeset 358:0e20af8a4065
Id will always be present
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Fri, 26 May 2017 21:11:05 +0100 |
parents | b529a08ddff1 |
children | c8a585de46ac |
files | src/app/analysis-item/analysis-item.component.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/app/analysis-item/analysis-item.component.html Fri May 26 18:30:58 2017 +0100 +++ b/src/app/analysis-item/analysis-item.component.html Fri May 26 21:11:05 2017 +0100 @@ -21,7 +21,7 @@ </ng-template> <ugly-waveform *ngIf="isAudioItem(); else showSpinner" [timeline]="timeline" - [trackIdPrefix]=" item.id || item.title" + [trackIdPrefix]=" item.id" [width]="contentWidth" [audioBuffer]="item.audioData" [onSeek]="onSeek"