diff -r 710a2ae08a74 -r a8bed1c7df8e cms/app-client/app/templates/components/transcript-component.hbs --- a/cms/app-client/app/templates/components/transcript-component.hbs Fri Dec 02 00:22:31 2016 +0100 +++ b/cms/app-client/app/templates/components/transcript-component.hbs Fri Dec 02 03:30:51 2016 +0100 @@ -8,12 +8,12 @@
{{#if hasSections }} {{#each player.transcript.sections as |section|}} - {{transcript-section-component section=section player=player play=(action 'play')}} + {{transcript-section-component section=section player=player play=(action 'play') intervals=intervals}} {{/each}} {{else}}
    {{#each player.transcript.annotations as |annotation|}} - {{transcript-annotation-component annotation=annotation player=player play=(action 'play') tagName='li' class='sentence'}} + {{transcript-annotation-component annotation=annotation player=player intervals=intervals play=(action 'play') tagName='li' class='sentence'}} {{/each}}
{{/if}}