Renamed youtube.js to player.js and trying to get mobileplayer to work correctly

This commit is contained in:
Kasper Rynning-Tønnesen
2016-02-22 08:38:02 +01:00
parent 4891efecb0
commit fb9cf776b0
12 changed files with 145 additions and 136 deletions

View File

@@ -17,7 +17,7 @@ var Crypt = {
conf_pass = Crypt.decrypt(Crypt.create_cookie(chan.toLowerCase()), chan.toLowerCase());
}
Hostcontroller.change_enabled(conf_arr.remote);
if(conf_arr["width"] != 100) Youtube.set_width(conf_arr["width"]);
if(conf_arr["width"] != 100) Player.set_width(conf_arr["width"]);
},
decrypt: function(cookie, name){