Removing forced HTTPS, forcing mount assignment

This commit is contained in:
Zachary Klosko 2020-12-30 20:59:28 -05:00
parent fdf1f1e918
commit b6dee33852
2 changed files with 6 additions and 6 deletions

View file

@ -284,8 +284,8 @@ class Application_Model_StreamSetting
'output' => 'icecast',
'user' => $config['stationId'],
'pass' => Application_Model_Preference::getDefaultIcecastPassword(),
// Kind of ugly... convert prefix int to ascii char
'mount' => $config['stationId'] . '_' . chr($prefix[1] + 96),
// Manually setting default mountpoint
'mount' => 'airtime_128',
);
}