feat: rename default stream mount point to main
This will not change the default mount point if you are upgrading. BREAKING: The default stream mount point changed from `airtime_128` to `main`. Be sure to updates your clients accordingly.
This commit is contained in:
parent
f936ba39ed
commit
71cfab79ef
7 changed files with 46 additions and 9 deletions
|
@ -289,7 +289,7 @@ class Application_Model_StreamSetting
|
|||
'user' => $config['stationId'],
|
||||
'pass' => Application_Model_Preference::getDefaultIcecastPassword(),
|
||||
// Manually setting default mountpoint
|
||||
'mount' => 'airtime_128',
|
||||
'mount' => Application_Model_Preference::getDefaultStreamMountpoint(),
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue