Additional parameters in provisioning when creating stations from dashboard
This commit is contained in:
parent
ccb4b1552e
commit
52813045a6
2 changed files with 23 additions and 6 deletions
|
@ -326,6 +326,11 @@ class Application_Model_Preference
|
|||
return self::getValue("station_name");
|
||||
}
|
||||
|
||||
public static function SetStationName($station_name)
|
||||
{
|
||||
self::setValue("station_name", $station_name);
|
||||
}
|
||||
|
||||
public static function SetAutoUploadRecordedShowToSoundcloud($upload)
|
||||
{
|
||||
self::setValue("soundcloud_auto_upload_recorded_show", $upload);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue