mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Moved SoundCloud api-key out to different config file and fixed some list-naming issues that was caused with filter.clean was performed after list-name was encoded. Closes #362
This commit is contained in:
@@ -6,6 +6,7 @@ var paused = false;
|
||||
var client = false;
|
||||
var startTime = 0;
|
||||
var hostMode = false;
|
||||
var soundcloud_enabled = true;
|
||||
var socket_connected = false;
|
||||
var dynamicListeners = {};
|
||||
var player_ready = false;
|
||||
@@ -54,7 +55,7 @@ var Crypt = {
|
||||
};
|
||||
|
||||
SC.initialize({
|
||||
client_id: '***REMOVED***'
|
||||
client_id: api_key.soundcloud
|
||||
}, function() {
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user