--- a/src/js/init.js Thu May 10 18:48:09 2012 +0200
+++ b/src/js/init.js Fri May 11 15:35:10 2012 +0200
@@ -233,6 +233,10 @@
pop = new IriSP.PopcornReplacement.dailymotion("#" + containerDiv, this.config.player);
break;
+ case "mashup":
+ pop = new IriSP.PopcornReplacement.mashup("#" + containerDiv, this.config.player);
+ break;
+
case "allocine":
/* pass the options as-is to the allocine player and let it handle everything */
pop = new IriSP.PopcornReplacement.allocine("#" + containerDiv, this.config.player);