cms/app-client/app/router.js
changeset 338 4a3899b6a7ed
parent 271 e234339fe8df
child 414 5c6c526a7fc1
--- 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() {