# HG changeset patch # User Lucas Thompson # Date 1495026792 -3600 # Node ID dcb015c5a84513f5662b679ed3978d66dee1157b # Parent cddc1cc19d8d383e55c63e666e81e85730c84db8# Parent cc8a1e08dd2d129bce64d4849554bc6382a610b0 Merge pull request #37 from LucasThompson/dev/notes-bodge Dev/notes bodge diff -r cddc1cc19d8d -r dcb015c5a845 src/app/feature-extraction-menu/feature-extraction-menu.component.ts --- a/src/app/feature-extraction-menu/feature-extraction-menu.component.ts Fri May 12 17:20:31 2017 +0100 +++ b/src/app/feature-extraction-menu/feature-extraction-menu.component.ts Wed May 17 14:13:12 2017 +0100 @@ -80,9 +80,9 @@ } ngOnInit() { - this.piperService.list().then(this.populateExtractors); this.librariesUpdatedSubscription = this.piperService.librariesUpdated$.subscribe(this.populateExtractors); + this.piperService.list().then(this.populateExtractors); } extract(combinedKey: string): void { @@ -94,9 +94,7 @@ } load(): void { - this.piperService.updateAvailableLibraries().subscribe(res => { - Object.keys(res).forEach(key => this.piperService.load(key)); - }); + this.piperService.updateAvailableLibraries(); } ngOnDestroy(): void { diff -r cddc1cc19d8d -r dcb015c5a845 src/app/playback-control/playback-control.component.html --- a/src/app/playback-control/playback-control.component.html Fri May 12 17:20:31 2017 +0100 +++ b/src/app/playback-control/playback-control.component.html Wed May 17 14:13:12 2017 +0100 @@ -1,3 +1,6 @@ +