CC-2873: Soundcloud plugin doesn't log any error when there is an error
with soundcloud uploading through api controller - Changed constant names - added -1 constant
This commit is contained in:
parent
9cba129936
commit
1c652b6416
3 changed files with 5 additions and 4 deletions
|
@ -37,5 +37,6 @@ define('UI_PLAYLIST_SESSNAME', 'PLAYLIST');
|
|||
|
||||
|
||||
// Soundcloud contants
|
||||
define('SC_PROGRESS', -2);
|
||||
define('SC_ERROR', -2);
|
||||
define('SOUNDCLOUD_NULL', -1);
|
||||
define('SOUNDCLOUD_PROGRESS', -2);
|
||||
define('SOUNDCLOUD_ERROR', -3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue