SoundCloud download initial commit
This commit is contained in:
parent
d9117721b9
commit
04333aaa29
5 changed files with 82 additions and 2 deletions
|
@ -29,6 +29,11 @@ class SoundcloudService extends ThirdPartyCeleryService implements OAuth2 {
|
|||
*/
|
||||
protected static $_CELERY_UPLOAD_TASK_NAME = 'soundcloud-upload';
|
||||
|
||||
/**
|
||||
* @var string celery task name for third party uploads
|
||||
*/
|
||||
protected static $_CELERY_DOWNLOAD_TASK_NAME = 'soundcloud-download';
|
||||
|
||||
/**
|
||||
* @var string celery task name for third party deletions
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue