changed default streamsetting to match the baseurl vs. out.airtime.pro

This commit is contained in:
Robb Ebright 2017-03-13 20:37:51 +00:00
parent f52f0e7ff0
commit 99a3150db5
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ class Application_Model_StreamSetting
public static function getDefaults($prefix) {
$config = Config::getConfig();
return array(
'host' => $config['stationId'] . ".out.airtime.pro",
'host' => $config['baseUrl'],
'port' => DEFAULT_ICECAST_PORT,
'output' => 'icecast',
'user' => $config['stationId'],