Simplify third-party/celery/soundcloud implementation
This commit is contained in:
parent
b721545c68
commit
f9ace20075
7 changed files with 100 additions and 183 deletions
|
@ -122,6 +122,11 @@ define('CELERY_FAILED_STATUS', 'FAILED');
|
|||
// Celery Services
|
||||
define('SOUNDCLOUD_SERVICE_NAME', 'soundcloud');
|
||||
|
||||
// Celery Task Types
|
||||
define('UPLOAD', 'upload');
|
||||
define('DOWNLOAD', 'download');
|
||||
define('DELETE', 'delete');
|
||||
|
||||
// Podcast Types
|
||||
define('STATION_PODCAST', 0);
|
||||
define('IMPORTED_PODCAST', 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue