pass video source to download selection
This commit is contained in:
parent
6b82d7bbf7
commit
9e0df969e9
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue