diff --git a/static/js/clipList.js b/static/js/clipList.js index abbd76e3f..281f69073 100644 --- a/static/js/clipList.js +++ b/static/js/clipList.js @@ -165,7 +165,7 @@ pandora.ui.clipList = function(videoRatio) { var id = data.ids[0], item = !ui.item ? id.split('/')[0] : ui.item, annotations = that.value(id, 'annotations') || [], - annotation = annotations.length ? annotations[0].id : null; + annotation = annotations.length ? annotations[0].id : null, points = { annotation: annotation ? annotation.split('/')[1] : '', 'in': that.value(id, 'in'),