fix item clips video

This commit is contained in:
j 2012-03-19 13:32:20 +01:00
parent a64a31a96f
commit e1c3cc69b5
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ pandora.ui.itemClips = function(options) {
poster: '/' + self.options.id + '/' + self.height + 'p' + points[0] + '.jpg',
rewind: true,
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
})