| author | veltr |
| Tue, 02 Oct 2012 14:27:17 +0200 | |
| changeset 816 | 2840ad5b48ed |
| parent 815 | 356ed4516061 |
| child 817 | ec35bc26b8c2 |
--- a/src/ldt/ldt/static/ldt/metadataplayer/JwpPlayer.js Tue Oct 02 13:06:27 2012 +0200 +++ b/src/ldt/ldt/static/ldt/metadataplayer/JwpPlayer.js Tue Oct 02 14:27:17 2012 +0200 @@ -19,6 +19,10 @@ this.video = this.media.video; } + if (typeof this.streamer === "undefined") { + this.streamer = this.media.streamer; + } + if (typeof this.streamer === "function") { this.streamer = this.streamer(this.video); }