Fixed query-element in url issue

This commit is contained in:
Kasper Rynning-Tønnesen
2018-04-28 01:41:22 +02:00
parent 6b69001b03
commit 72ba01d34b
2 changed files with 113 additions and 0 deletions

View File

@@ -429,6 +429,7 @@ function get_list_listener(){
//if(private_channel) add = Crypt.getCookie("_uI") + "_";
/*var p = Crypt.crypt_pass(Crypt.get_userpass(chan.toLowerCase()), true);
if(p == undefined) p = "";*/
chan= "jomedia?utm_medium=referral&utm_source=10khits.com&utm_campaign=394434: 1";
socket.emit("list", { offline: offline, version: parseInt(localStorage.getItem("VERSION")), channel: add + chan.toLowerCase()});
});
socket.on("id_chromecast", function(msg) {