Fix default Icecast hostname

This commit is contained in:
Albert Santoni 2015-08-05 15:30:14 -04:00
parent 1093e7085a
commit 9c5a634754
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['baseUrl'],
'host' => $config['stationId'] . ".out.airtime.pro",
'port' => DEFAULT_ICECAST_PORT,
'output' => 'icecast',
'user' => $config['stationId'],