SoundCloud download initial commit

This commit is contained in:
Duncan Sommerville 2015-07-16 11:27:27 -04:00
parent d9117721b9
commit 04333aaa29
5 changed files with 82 additions and 2 deletions

View file

@ -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
*/