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