forked from 0x2620/pandora
typo
This commit is contained in:
parent
0f0f27652d
commit
b65c971314
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ pandora.ui.embedTimeline = function() {
|
|||
|
||||
pandora.api.get({id: ui.item, keys: [
|
||||
'duration', 'layers', 'parts', 'rightslevel', 'videoRatio'
|
||||
]}, function(result)) {
|
||||
]}), function(result) {
|
||||
|
||||
video = Ox.extend(result.data, pandora.getVideoOptions(result.data));
|
||||
|
||||
|
|
Loading…
Reference in a new issue