mirror of
https://github.com/LaQuay/TDTChannels.git
synced 2024-11-26 02:39:12 +01:00
Fix url in JS
This commit is contained in:
parent
2020ff6a49
commit
1f4c9cbf45
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
function getURLsFromPLS(sUrl, fn_callback) {
|
function getURLsFromPLS(sUrl, fn_callback) {
|
||||||
var from = "http://provisioning.streamtheworld.com/pls/CADENADIAL.pls";
|
$.get(sUrl, function(data) {
|
||||||
$.get(from, function(data) {
|
|
||||||
$response = data.split("\n");
|
$response = data.split("\n");
|
||||||
|
|
||||||
$urls=[];
|
$urls=[];
|
||||||
|
|
Loading…
Reference in a new issue