Mercurial > hg > ugly-duckling
diff src/app/analysis-item/analysis-item.component.ts @ 453:8113b6f5a75e
Add a mimeType property to audio items.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Thu, 29 Jun 2017 14:35:51 +0100 |
parents | 89674c064cda |
children | 7bb0bac6f8dc |
line wrap: on
line diff
--- a/src/app/analysis-item/analysis-item.component.ts Thu Jun 29 14:34:16 2017 +0100 +++ b/src/app/analysis-item/analysis-item.component.ts Thu Jun 29 14:35:51 2017 +0100 @@ -30,6 +30,7 @@ export interface PendingRootAudioItem extends Item { uri: string; + mimeType?: string; } export interface RootAudioItem extends PendingRootAudioItem { audioData: AudioBuffer;