Revert "change live2.fsf.org to live.fsf.org"
[libreplanet-static.git] / 2017 / assets / js / stream.js
index a43dd32057843882f29db989290828f27bb87771..25dd5caee99bdc924399bc4bc3d875ae14178ea3 100644 (file)
@@ -46,9 +46,9 @@ if (!Array.prototype.find) {
 
 var app = {};
 
-app.icecastUrl = "http://live.fsf.org";
+app.icecastUrl = "http://live2.fsf.org";
 
-app.icecastApiUrl = "//live.fsf.org";
+app.icecastApiUrl = "//live2.fsf.org";
 
 app.scheduleEvery = function(duration, thunk) {
   thunk();