fix item clips video
This commit is contained in:
parent
a64a31a96f
commit
e1c3cc69b5
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ pandora.ui.itemClips = function(options) {
|
||||||
poster: '/' + self.options.id + '/' + self.height + 'p' + points[0] + '.jpg',
|
poster: '/' + self.options.id + '/' + self.height + 'p' + points[0] + '.jpg',
|
||||||
rewind: true,
|
rewind: true,
|
||||||
video: partsAndPoints.parts.map(function(i) {
|
video: partsAndPoints.parts.map(function(i) {
|
||||||
return pandora.getVideoUrl(item, 96, i + 1);
|
return pandora.getVideoUrl(self.options.id, 96, i + 1);
|
||||||
}),
|
}),
|
||||||
width: self.width
|
width: self.width
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue