1
0
Fork 0
mirror of https://github.com/LaQuay/TDTChannels.git synced 2024-09-28 16:22:01 +02:00

Fix url in JS

This commit is contained in:
Marc 2018-12-26 11:22:15 +01:00
parent 2020ff6a49
commit 1f4c9cbf45

View file

@ -1,6 +1,5 @@
function getURLsFromPLS(sUrl, fn_callback) {
var from = "http://provisioning.streamtheworld.com/pls/CADENADIAL.pls";
$.get(from, function(data) {
$.get(sUrl, function(data) {
$response = data.split("\n");
$urls=[];