diff -r 2ea18460d5e3 -r 4a3899b6a7ed cms/app-client/app/router.js --- a/cms/app-client/app/router.js Sat Oct 15 20:02:09 2016 +0530 +++ b/cms/app-client/app/router.js Sun Oct 16 22:23:31 2016 +0530 @@ -10,9 +10,11 @@ didTransition:function() { this.get('player').toggleVideoscreen(false); - this.get('player').displayMetadata(false); + this.get('player').displayMetadata(this.get('player').get('window')); + this._super(...arguments); } + }); Router.map(function() {