pass referer to video download
This commit is contained in:
parent
5d6e753b05
commit
4cf28434eb
4 changed files with 13 additions and 4 deletions
|
|
@ -132,6 +132,7 @@ pandora.ui.importMediaDialog = function(options) {
|
|||
pandora.api.edit(edit, function(result) {
|
||||
pandora.api.addMediaUrl({
|
||||
url: info.url,
|
||||
referer: info.referer,
|
||||
item: edit.id
|
||||
}, function(result) {
|
||||
if (result.data.taskId) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue