diff --git a/source/Ox.UI/js/Video/VideoElement.js b/source/Ox.UI/js/Video/VideoElement.js index 97f0e105..148fc275 100644 --- a/source/Ox.UI/js/Video/VideoElement.js +++ b/source/Ox.UI/js/Video/VideoElement.js @@ -168,7 +168,7 @@ Ox.VideoElement = function(options, self) { next(); function getId(item) { - return item.src + '/' + item['in'] + '-' + item.out; + return item.id || item.src + '/' + item['in'] + '-' + item.out; } function next() {