# HG changeset patch # User veltr # Date 1349180837 -7200 # Node ID 2840ad5b48ed969a4da09ce867595d4d752dfe44 # Parent 356ed45160617c98680bfc9535332e2b40c1ef1a MDP bugfix diff -r 356ed4516061 -r 2840ad5b48ed src/ldt/ldt/static/ldt/metadataplayer/JwpPlayer.js --- 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); }