Renamed variable

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-05-31 08:29:16 +04:00
parent e245824b58
commit 998e30d5b2
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -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 () {