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'],
|
'in': selection['in'],
|
||||||
out: selection.out,
|
out: selection.out,
|
||||||
rightsLevel: rightsLevel,
|
rightsLevel: rightsLevel,
|
||||||
title: data.title
|
title: data.title,
|
||||||
|
video: data.video
|
||||||
}).open();
|
}).open();
|
||||||
},
|
},
|
||||||
editannotation: function(data) {
|
editannotation: function(data) {
|
||||||
|
|
Loading…
Reference in a new issue