use clip.id if passed to track current video
This commit is contained in:
parent
734d0ff30e
commit
42cd85c59b
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ Ox.VideoElement = function(options, self) {
|
||||||
next();
|
next();
|
||||||
|
|
||||||
function getId(item) {
|
function getId(item) {
|
||||||
return item.src + '/' + item['in'] + '-' + item.out;
|
return item.id || item.src + '/' + item['in'] + '-' + item.out;
|
||||||
}
|
}
|
||||||
|
|
||||||
function next() {
|
function next() {
|
||||||
|
|
Loading…
Reference in a new issue