Ignore:
Timestamp:
2021-09-22T11:21:41+12:00 (3 years ago)
Author:
cstephen
Message:

Add progress bars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/atea/korero-maori-asr/src/components/TranscriptionItem.vue

    r35447 r35449  
    128128            this.showAdvancedEditor = !this.showAdvancedEditor;
    129129        },
    130         toggleAudio() {
    131             this.isPlaying ? AudioPlayback.pause() : AudioPlayback.play(this.transcription.id, -1);
     130        async toggleAudio() {
     131            this.isPlaying ? AudioPlayback.pause() : await AudioPlayback.play(this.transcription.id, -1);
    132132        },
    133133        remove() {
Note: See TracChangeset for help on using the changeset viewer.