Merge branch 'master' of dev.sourcefabric.org:airtime
This commit is contained in:
commit
e5d4968d1a
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ class ApiController extends Zend_Controller_Action
|
|||
}
|
||||
catch (Services_Soundcloud_Invalid_Http_Response_Code_Exception $e) {
|
||||
$code = $e->getHttpCode();
|
||||
if($code != 0) {
|
||||
if($code != 0 || $code != 100) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue