Merge branch 'saas' into saas-embed-player

This commit is contained in:
drigato 2015-03-23 15:46:03 -04:00
commit 5a373ac604
17 changed files with 291 additions and 79 deletions

View file

@ -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);