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:
James 2011-10-04 17:38:21 -04:00
parent 6e25ae5abf
commit 3f495e7532
4 changed files with 7 additions and 7 deletions

View file

@ -390,7 +390,7 @@ class ApiController extends Zend_Controller_Action
$file->setMetadataValue('MDATA_KEY_CREATOR', "Airtime Show Recorder");
$file->setMetadataValue('MDATA_KEY_TRACKNUMBER', null);
if (!$showCanceled && Application_Model_Preference::GetDoSoundCloudUpload())
if (!$showCanceled && Application_Model_Preference::GetAutoUploadRecordedShowToSoundcloud())
{
for ($i=0; $i<$CC_CONFIG['soundcloud-connection-retries']; $i++) {