send annotation id not annotatoin id + clip id, fixes #2180

This commit is contained in:
j 2014-02-04 11:15:29 +00:00
parent 36376c4714
commit d5f697415f

View file

@ -483,7 +483,7 @@ pandora.createLinks = function($element) {
return Ox.extend({
item: item
}, points.length == 1 ? {
annotation: clip
annotation: item + '/' + points[0]
} : {
'in': parseFloat(points[0]),
out: parseFloat(points[1])