Embed: dont attempt to loop live videos

This commit is contained in:
Cat 2016-12-23 10:58:53 +01:00 committed by Thulinma
parent 17c1368235
commit a41929168d
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ mistplayers.img = {
var p = mistplayers.img.player;
p.prototype = new MistPlayer();
p.prototype.build = function (options) {
var ele = this.element('img');
var ele = this.getElement('img');
ele.src = options.src;
ele.style.display = 'block';
return ele;