send annotation id not annotatoin id + clip id, fixes #2180
This commit is contained in:
parent
36376c4714
commit
d5f697415f
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue