Renamed variable
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
e245824b58
commit
998e30d5b2
@ -1,8 +1,8 @@
|
||||
'use strict';
|
||||
|
||||
var client = new XMLHttpRequest();
|
||||
var radio = findGetParameter('radio');
|
||||
var url = '//somafm.com/songs/' + radio + '.xml';
|
||||
var channel = findGetParameter('channel');
|
||||
var url = '//somafm.com/songs/' + channel + '.xml';
|
||||
|
||||
/* Processes response */
|
||||
client.onload = function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user