summaryrefslogtreecommitdiffstats
path: root/assets/js/views/sample.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/views/sample.js')
-rw-r--r--assets/js/views/sample.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/js/views/sample.js b/assets/js/views/sample.js
index 6805e97..c728e47 100644
--- a/assets/js/views/sample.js
+++ b/assets/js/views/sample.js
@@ -32,6 +32,7 @@ ClipPlay.Views.Sample = Marionette.ItemView.extend({
var player = new OP.Player(iframe[0]);
that.model.set('player', player);
that.model.set('iframe', iframe);
+ that.model.set('thumbnail', data.thumbnail_url);
window.BOKASHAKA = that.model;
player.getDuration(function(value) {