# HG changeset patch # User Lucas Thompson # Date 1498834870 -3600 # Node ID 2142e78207067d678bf78b8e5cd3bd4e30b556ba # Parent 3a76205e06b64265b83fd831bbf726343f949a4f Fix audio not loading after empty stack diff -r 3a76205e06b6 -r 2142e7820706 src/app/notebook-feed/notebook-feed.component.ts --- a/src/app/notebook-feed/notebook-feed.component.ts Fri Jun 30 15:56:43 2017 +0100 +++ b/src/app/notebook-feed/notebook-feed.component.ts Fri Jun 30 16:01:10 2017 +0100 @@ -41,6 +41,8 @@ this.mAnalyses = analyses; if (front) { this.currentAudioUri = this.getCurrentAudioUri(); + } else { + this.currentAudioUri = ''; } }