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
|
@ -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++) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue