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) {
|
||||
var from = "http://provisioning.streamtheworld.com/pls/CADENADIAL.pls";
|
||||
$.get(from, function(data) {
|
||||
$.get(sUrl, function(data) {
|
||||
$response = data.split("\n");
|
||||
|
||||
$urls=[];
|
||||
|
|
Loading…
Reference in a new issue