61dd667a71 changed source->hasSource, fix in js too
This commit is contained in:
parent
09d5c4ebca
commit
31b98d0707
3 changed files with 4 additions and 2 deletions
|
|
@ -192,7 +192,7 @@ pandora.ui.editor = function(data) {
|
|||
pandora.ui.downloadVideoDialog({
|
||||
item: ui.item,
|
||||
rightsLevel: rightsLevel,
|
||||
source: data.source && pandora.hasCapability('canDownloadSource'),
|
||||
source: data.hasSource && pandora.hasCapability('canDownloadSource'),
|
||||
title: data.title,
|
||||
video: data.video
|
||||
}).open();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue