Complete incidents functionality #97

Merged
amigan merged 27 commits from incidentsEditRecord into trunk 2025-01-05 22:11:47 -05:00
Showing only changes of commit 13a36461dd - Show all commits

View file

@ -31,7 +31,6 @@ export class CallPlayerComponent {
}); });
this.playing = true; this.playing = true;
this.au.src = this.callsSvc.callAudioURL(this.call.id); this.au.src = this.callsSvc.callAudioURL(this.call.id);
console.log(this.au.src);
this.au.load(); this.au.load();
this.au.play().then(null, (reason) => { this.au.play().then(null, (reason) => {
this.playing = false; this.playing = false;