|
@@ -426,7 +426,7 @@ $(function(){
|
|
amplitude_config = {
|
|
amplitude_config = {
|
|
// amplitude_songs: []
|
|
// amplitude_songs: []
|
|
"amplitude_songs": [{
|
|
"amplitude_songs": [{
|
|
- "url": "http://code.davidawindham.com:8008/stream",
|
|
|
|
|
|
+ "url": "http://stream.davidawindham.com:8008/stream",
|
|
"live": true
|
|
"live": true
|
|
}],
|
|
}],
|
|
"amplitude_volume": 90
|
|
"amplitude_volume": 90
|
|
@@ -440,7 +440,7 @@ function get_radio_eq_none() {return 'img/none.svg';}
|
|
function radioTitle() {
|
|
function radioTitle() {
|
|
$('#radio').attr('src', get_radio_none()).fadeIn(300);
|
|
$('#radio').attr('src', get_radio_none()).fadeIn(300);
|
|
$('#eq').attr('src', get_radio_eq_none()).fadeIn(300);
|
|
$('#eq').attr('src', get_radio_eq_none()).fadeIn(300);
|
|
- var url = 'http://code.davidawindham.com:8008/status2.xsl';
|
|
|
|
|
|
+ var url = 'http://stream.davidawindham.com/status2.xsl';
|
|
var mountpoint = '/stream';
|
|
var mountpoint = '/stream';
|
|
$.ajax({ type: 'GET',
|
|
$.ajax({ type: 'GET',
|
|
url: url,
|
|
url: url,
|