From 9e0df969e952cac738b9842153ddf5958d23506c Mon Sep 17 00:00:00 2001 From: j Date: Sun, 2 Feb 2020 15:33:56 +0100 Subject: [PATCH] pass video source to download selection --- static/js/editor.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/js/editor.js b/static/js/editor.js index 6c3106b9..3d53d89a 100644 --- a/static/js/editor.js +++ b/static/js/editor.js @@ -200,7 +200,8 @@ pandora.ui.editor = function(data) { 'in': selection['in'], out: selection.out, rightsLevel: rightsLevel, - title: data.title + title: data.title, + video: data.video }).open(); }, editannotation: function(data) {