CC-2873: Use PHP constants
- done
This commit is contained in:
parent
b8c2c5dfb1
commit
e1fe877ac6
3 changed files with 6 additions and 2 deletions
|
@ -35,3 +35,7 @@ define('UI_MDATA_VALUE_FORMAT_STREAM', 'live stream');
|
|||
// Session Keys
|
||||
define('UI_PLAYLIST_SESSNAME', 'PLAYLIST');
|
||||
|
||||
|
||||
// Soundcloud contants
|
||||
define('SC_PROGRESS', -2);
|
||||
define('SC_ERROR', -2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue