--- a/cms/app-client/app/controllers/application.js Mon Jul 18 02:37:48 2016 +0200
+++ b/cms/app-client/app/controllers/application.js Wed Jul 20 21:08:31 2016 +0200
@@ -92,6 +92,9 @@
this.store.findRecord('document', this.get('player').get('item'), { reload: true }).then(function(model){
self.get('player').set('model', model);
});
+ this.store.findRecord('transcript', encodeURIComponent('11280.100/crdo-09-CAYCHAX_SOUND')).then(function(model) {
+ self.get('player').set('transcript', model);
+ });
}),
notice: null,
@@ -111,8 +114,6 @@
}
}),
-
-
init: function() {
this._super(...arguments);
this.get('player');