diff -r 934a7b13a2ca -r ff62016e051d src/widgets/PopcornPlayer.js --- a/src/widgets/PopcornPlayer.js Mon Nov 05 19:03:10 2012 +0100 +++ b/src/widgets/PopcornPlayer.js Tue Nov 06 10:59:57 2012 +0100 @@ -11,6 +11,7 @@ } IriSP.Widgets.PopcornPlayer.prototype.draw = function() { + if (typeof this.video === "undefined") { this.video = this.media.video;