diff src/app/app.component.html @ 353:02e7be2daf31

fix playhead regression. TypeScript doesn't seem to catch errors for non existent properties used as values for attribute directives.
author Lucas Thompson <dev@lucas.im>
date Fri, 26 May 2017 13:10:18 +0100
parents 82d476b976e0
children 8d6b3c941a78
line wrap: on
line diff
--- a/src/app/app.component.html	Fri May 26 13:04:07 2017 +0100
+++ b/src/app/app.component.html	Fri May 26 13:10:18 2017 +0100
@@ -34,7 +34,7 @@
       </md-sidenav>
       <ugly-notebook-feed
         [analyses]="analyses.toIterable()"
-        [rootAudioUri]="rootAudioUri"
+        [rootAudioUri]="rootAudioItem.uri"
         [onSeek]="onSeek"></ugly-notebook-feed>
     </md-sidenav-container>
   </div>