diff -r 296c7d34d2ba -r ac320de33ec7 cms/app-client/app/components/playlist-component.js --- a/cms/app-client/app/components/playlist-component.js Thu Aug 04 17:59:38 2016 +0200 +++ b/cms/app-client/app/components/playlist-component.js Fri Aug 05 14:55:45 2016 +0200 @@ -64,11 +64,7 @@ displayNotice: function(id) { if(this.get('player').get('item') === id) { - if(this.get('player').get('window') !== 'notice') { - this.get('player').set('window', 'notice'); - } else { - this.get('player').set('window', ''); - } + this.get('player').display('notice'); } else { if(this.get('notice') !== id) { this.set('notice', id);