forked from 0x2620/pandora
update embed panel
This commit is contained in:
parent
2db7062770
commit
6f823374aa
1 changed files with 5 additions and 0 deletions
|
@ -118,6 +118,11 @@ pandora.ui.embedPanel = function() {
|
||||||
options.showTimeline && $timeline.options({
|
options.showTimeline && $timeline.options({
|
||||||
subtitles: data.subtitles ? video.subtitles : []
|
subtitles: data.subtitles ? video.subtitles : []
|
||||||
});
|
});
|
||||||
|
},
|
||||||
|
timeline: function(data) {
|
||||||
|
options.showTimeline && $timeline.options({
|
||||||
|
type: data.timeline
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue