Merge pull request #121 from radiorabe/feature/restore-recording-feature-part-2
Fix recording through ecasound
This commit is contained in:
commit
e73a2941fd
5 changed files with 55 additions and 36 deletions
|
@ -73,10 +73,6 @@ class Config {
|
|||
|
||||
$CC_CONFIG['apiKey'] = array($values['general']['api_key']);
|
||||
|
||||
if (defined('APPLICATION_ENV') && APPLICATION_ENV == "development"){
|
||||
$CC_CONFIG['apiKey'][] = "";
|
||||
}
|
||||
|
||||
$CC_CONFIG['soundcloud-connection-retries'] = $values['soundcloud']['connection_retries'];
|
||||
$CC_CONFIG['soundcloud-connection-wait'] = $values['soundcloud']['time_between_retries'];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue