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:
jo 2022-06-09 18:05:35 +02:00 committed by Kyle Robbertze
parent f936ba39ed
commit 71cfab79ef
7 changed files with 46 additions and 9 deletions

View file

@ -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(),
];
}