Merge pull request #121 from radiorabe/feature/restore-recording-feature-part-2

Fix recording through ecasound
This commit is contained in:
Robb 2017-03-26 00:19:49 -04:00 committed by GitHub
commit e73a2941fd
5 changed files with 55 additions and 36 deletions

View file

@ -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'];