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

@ -1452,6 +1452,16 @@ class Application_Model_Preference
self::setValue('default_icecast_password', $value);
}
public static function getDefaultStreamMountPoint()
{
return self::getValue('default_stream_mount_point');
}
public static function setDefaultStreamMountPoint($value)
{
self::setValue('default_stream_mount_point', $value);
}
public static function getRadioPageDisplayLoginButton()
{
return self::getValue('radio_page_display_login_button');