changeset 257 | eba9edbd8f46 |
parent 254 | a7cf2887e993 |
child 301 | 29b425234094 |
--- a/cms/app-client/app/components/playlist-component.js Thu Aug 18 17:02:02 2016 +0200 +++ b/cms/app-client/app/components/playlist-component.js Sun Aug 21 13:51:22 2016 +0200 @@ -62,7 +62,7 @@ this.get('player').play(id); }, - pause: function(id) { + pause: function() { this.get('player').pause(); },