CC-2795: Give option to set download flag of recorded shows uploaded
to Soundcloud by default - changed function name - changed database flag name
This commit is contained in:
parent
6e25ae5abf
commit
3f495e7532
4 changed files with 7 additions and 7 deletions
|
@ -118,12 +118,12 @@ class Application_Model_Preference
|
|||
return self::getValue("station_name");
|
||||
}
|
||||
|
||||
public static function SetDoSoundCloudUpload($upload) {
|
||||
self::SetValue("soundcloud_upload", $upload);
|
||||
public static function SetAutoUploadRecordedShowToSoundcloud($upload) {
|
||||
self::SetValue("soundcloud_auto_upload_recorded_show", $upload);
|
||||
}
|
||||
|
||||
public static function GetDoSoundCloudUpload() {
|
||||
return self::GetValue("soundcloud_upload");
|
||||
public static function GetAutoUploadRecordedShowToSoundcloud() {
|
||||
return self::GetValue("soundcloud_auto_upload_recorded_show");
|
||||
}
|
||||
|
||||
public static function SetSoundCloudUser($user) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue