# HG changeset patch # User Chloe Laisne # Date 1476644608 -19800 # Node ID 3b2e76f5f3cac4819f5f5b45ad7667ed87d3b896 # Parent 9375b692ff2225c1c9d571c89118c0f12712e546 Fix bubbling up on playlist tracks diff -r 9375b692ff22 -r 3b2e76f5f3ca cms/app-client/app/templates/components/playlist-component.hbs --- a/cms/app-client/app/templates/components/playlist-component.hbs Mon Oct 17 00:30:36 2016 +0530 +++ b/cms/app-client/app/templates/components/playlist-component.hbs Mon Oct 17 00:33:28 2016 +0530 @@ -5,12 +5,12 @@
{{#if document.transcript_url}} - Transcript + Transcript {{/if}} {{#if (ifAnd (eq player.playing true) (eq player.item document.id))}} - Pause + Pause {{else}} - Play + Play {{/if}}